Skip to content

Commit

Permalink
minor #4388 Minor spelling fix (GeertDD)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Oct 29, 2014
2 parents 68a2c7b + ef3a58e commit 9e03f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Forms

Dealing with HTML forms is one of the most common - and challenging - tasks for
a web developer. Symfony integrates a Form component that makes dealing with
forms easy. In this chapter, you'll build a complex form from the ground-up,
forms easy. In this chapter, you'll build a complex form from the ground up,
learning the most important features of the form library along the way.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion book/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ HTTP is the term used to describe this simple text-based language. And no
matter how you develop on the web, the goal of your server is *always* to
understand simple text requests, and return simple text responses.

Symfony is built from the ground-up around that reality. Whether you realize
Symfony is built from the ground up around that reality. Whether you realize
it or not, HTTP is something you use everyday. With Symfony, you'll learn
how to master it.

Expand Down

0 comments on commit 9e03f2d

Please sign in to comment.