Skip to content

Commit

Permalink
Minor spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertDD authored and weaverryan committed Oct 29, 2014
1 parent 68a2c7b commit ef3a58e
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 ef3a58e

Please sign in to comment.