Skip to content

Commit

Permalink
Fixed a minor grammatical error in the HTTP fundamentals chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
catchamonkey committed Feb 28, 2011
1 parent 35d6636 commit 5c1c1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Symfony is architected to match this reality.
Requests and Responses in Symfony
---------------------------------

PHP comes packaged with an array variables and methods that allow the developer
PHP comes packaged with an array of variables and methods that allow the developer
to understand each request and send a response. For request information,
PHP prepares superglobal variables such as ``$_SERVER`` and ``$_GET``.
Recall that each raw request is simply an HTTP-formatted block of text.
Expand Down

0 comments on commit 5c1c1a7

Please sign in to comment.