Skip to content

Commit

Permalink
minor #4130 A set of small typos (Baptouuuu)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4130).

Discussion
----------

A set of small typos

| Q                  | A
| ---------------- | ---
| Doc fix?        | yes
| New docs?   | no
| Applies to     | 2.3+
| Fixed tickets |

Commits
-------

9060c60 Revert "missing backtik"
5484b40 typo, replaced form by from
8cf66f3 replaced forgo by forgot
0d38c05 removed unnecessary parentheses
1fc47f2 missing backtik
  • Loading branch information
weaverryan committed Aug 19, 2014
2 parents 236d8e0 + b9411fc commit c4eb628
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/http_foundation/introduction.rst
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
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
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 comments on commit c4eb628

Please sign in to comment.