8000 [WIP] re-read of http-foundation component docs by joelclermont · Pull Request #2435 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[WIP] re-read of http-foundation component docs #2435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 12, 2013
Merged
Next Next commit
fix typo - missing word
  • Loading branch information
joelclermont committed Mar 30, 2013
commit a3ce77573b8697df32950c4f36a33075afc741d7
2 changes: 1 addition & 1 deletion components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can install the component in many different ways:
Request
-------

The most common way to create request is to base it on the current PHP global
The most common way to create a request is to base it on the current PHP global
variables with
:method:`Symfony\\Component\\HttpFoundation\\Request::createFromGlobals`::

Expand Down
0