There was an error while loading. Please reload this page.
1 parent bc7da62 commit b996e27Copy full SHA for b996e27
book/http_fundamentals.rst
@@ -145,7 +145,7 @@ Symfony is architected to match this reality.
145
Requests and Responses in Symfony
146
---------------------------------
147
148
-PHP comes packaged with array variables and methods that allow the developer
+PHP comes packaged with an array variables and methods that allow the developer
149
to understand each request and send a response. For request information,
150
PHP prepares superglobal variables such as ``$_SERVER`` and ``$_GET``.
151
Recall that each raw request is simply an HTTP-formatted block of text.
0 commit comments