File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Dealing with HTML forms is one of the most common - and challenging - tasks for
8
8
a 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,
10
10
learning the most important features of the form library along the way.
11
11
12
12
.. 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
37
37
matter how you develop on the web, the goal of your server is *always * to
38
38
understand simple text requests, and return simple text responses.
39
39
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
41
41
it or not, HTTP is something you use everyday. With Symfony, you'll learn
42
42
how to master it.
43
43
You can’t perform that action at this time.
0 commit comments