diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index b44be7d9d9a..5a59262ac58 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -177,7 +177,7 @@ on how this is used in the Symfony2 framework, see :ref:`the Symfony2 book `. 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(); diff --git a/components/translation/introduction.rst b/components/translation/introduction.rst index 963ba671ff3..7300f01f7a9 100644 --- a/components/translation/introduction.rst +++ b/components/translation/introduction.rst @@ -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 diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 3339381e271..a0e5ba5f555 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -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.