Skip to content

Commit b996e27

Browse files
committed
[http_fundamentals] Slight language revert.
1 parent bc7da62 commit b996e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Symfony is architected to match this reality.
145145
Requests and Responses in Symfony
146146
---------------------------------
147147

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

0 commit comments

Comments
 (0)