We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bf51a8 + 445585f commit c8a4aa8Copy full SHA for c8a4aa8
components/http_foundation/introduction.rst
@@ -200,7 +200,7 @@ a Request::
200
The :method:`Symfony\\Component\\HttpFoundation\\Request::create` method
201
creates a request based on a path info, a method and some parameters (the
202
query parameters or the request ones depending on the HTTP method); and of
203
-course, you an also override all other variables as well (by default, Symfony
+course, you can also override all other variables as well (by default, Symfony
204
creates sensible defaults for all the PHP global variables).
205
206
Based on such a request, you can override the PHP global variables via
0 commit comments