Skip to content

Commit

Permalink
typo, replaced form by from
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu authored and weaverryan committed Aug 19, 2014
1 parent 739a9f1 commit a2e003f
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit a2e003f

Please sign in to comment.