Skip to content

Commit 9e03f2d

Browse files
committed
minor #4388 Minor spelling fix (GeertDD)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4388). Discussion ---------- Minor spelling fix http://www.oxforddictionaries.com/definition/english/ground Commits ------- ef3a58e Minor spelling fix
2 parents 68a2c7b + ef3a58e commit 9e03f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Forms
66

77
Dealing with HTML forms is one of the most common - and challenging - tasks for
88
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,
1010
learning the most important features of the form library along the way.
1111

1212
.. note::

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ HTTP is the term used to describe this simple text-based language. And no
3737
matter how you develop on the web, the goal of your server is *always* to
3838
understand 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
4141
it or not, HTTP is something you use everyday. With Symfony, you'll learn
4242
how to master it.
4343

0 commit comments

Comments
 (0)