8000 A set of small typos by Baptouuuu · Pull Request #4130 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

A set of small typos #4130

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

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ on how this is used in the Symfony2 framework, see
:ref:`the Symfony2 book <book-fundamentals-attributes>`.

Finally, the raw data sent with the request body can be accessed using
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent()`::
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent`::

$content = $request->getContent();

Expand Down
12 changes: 6 additions & 6 deletions components/translation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ Loader too. The default loaders are:
* :class:`Symfony\\Component\\Translation\\Loader\\CsvFileLoader` - to load
catalogs from CSV files.
* :class:`Symfony\\Component\\Translation\\Loader\\IcuDatFileLoader` - to load
catalogs form resource bundles.
catalogs from resource bundles.
* :class:`Symfony\\Component\\Translation\\Loader\\IcuResFileLoader` - to load
catalogs form resource bundles.
catalogs from resource bundles.
* :class:`Symfony\\Component\\Translation\\Loader\\IniFileLoader` - to load
catalogs form ini files.
catalogs from ini files.
* :class:`Symfony\\Component\\Translation\\Loader\\MoFileLoader` - to load
catalogs form gettext files.
catalogs from gettext files.
* :class:`Symfony\\Component\\Translation\\Loader\\PhpFileLoader` - to load
catalogs from PHP files.
* :class:`Symfony\\Component\\Translation\\Loader\\PoFileLoader` - to load
catalogs form gettext files.
catalogs from gettext files.
* :class:`Symfony\\Component\\Translation\\Loader\\QtFileLoader` - to load
catalogs form QT XML files.
catalogs from QT XML files.
* :class:`Symfony\\Component\\Translation\\Loader\\XliffFileLoader` - to load
catalogs from Xliff files.
* :class:`Symfony\\Component\\Translation\\Loader\\YamlFileLoader` - to load
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ would be ``/images/logo.png?version=5``.

URL rewrite rules could then be used to disregard the version prefix before
serving the asset. Alternatively, you could copy assets to the appropriate
version path as part of your deployment process and forgo any URL rewriting.
version path as part of your deployment process and forgot any URL rewriting.
The latter option is useful if you would like older asset versions to remain
accessible at their original URL.

Expand Down
0