Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8a4aa8

Browse files
committed
Merge pull request symfony#2469 from lucascourot/patch-1
Fix typo
2 parents 7bf51a8 + 445585f commit c8a4aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ a Request::
200200
The :method:`Symfony\\Component\\HttpFoundation\\Request::create` method
201201
creates a request based on a path info, a method and some parameters (the
202202
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
203+
course, you can also override all other variables as well (by default, Symfony
204204
creates sensible defaults for all the PHP global variables).
205205

206206
Based on such a request, you can override the PHP global variables via

0 commit comments

Comments
 (0)