File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77Dealing with HTML forms is one of the most common - and challenging - tasks for
88a web developer. Symfony integrates a Form component that makes dealing with
9- forms easy. In this chapter, you'll build a complex form from the ground- up,
9+ forms easy. In this chapter, you'll build a complex form from the ground up,
1010learning the most important features of the form library along the way.
1111
1212.. note ::
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ HTTP is the term used to describe this simple text-based language. And no
3737matter how you develop on the web, the goal of your server is *always * to
3838understand simple text requests, and return simple text responses.
3939
40- Symfony is built from the ground- up around that reality. Whether you realize
40+ Symfony is built from the ground up around that reality. Whether you realize
4141it or not, HTTP is something you use everyday. With Symfony, you'll learn
4242how to master it.
4343
You can’t perform that action at this time.
0 commit comments