8000 fixing two small syntax errors · symfony/symfony-docs@233f62a · GitHub
[go: up one dir, main page]

Skip to content

Commit 233f62a

Browse files
xabbuhweaverryan
authored andcommitted
fixing two small syntax errors
1 parent 3ea60c0 commit 233f62a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

components/translation/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Loading Message Catalogs
5555
~~~~~~~~~~~~~~~~~~~~~~~~
5656

5757
The messages are stored in message catalogs inside the ``Translator``
58-
class. A message catalog is like a dictionary of translations for a specific
58+
class. A message catalog is like a dictionary of translations for a specific
5959
locale.
6060

6161
The Translation component uses Loader classes to load catalogs. You can load
@@ -86,7 +86,7 @@ Loader too. The default loaders are:
8686
* :class:`Symfony\\Component\\Translation\\Loader\\XliffFileLoader` - to load
8787
catalogs from Xliff files.
8888
* :class:`Symfony\\Component\\Translation\\Loader\\YamlFileLoader` - to load
89-
catalogs from Yaml files (requires the :doc:`Yaml component</components/yaml>`).
89+
catalogs from Yaml files (requires the :doc:`Yaml component</components/yaml/introduction>`).
9090

9191
.. versionadded:: 2.1
9292
The ``IcuDatFileLoader``, ``IcuResFileLoader``, ``IniFileLoader``,

contributing/documentation/standards.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ Language Standards
119119

120120
* For sections, use the following capitalization rules:
121121
`Capitalization of the first word, and all other words, except for closed-class words`_:
122+
122123
The Vitamins are in my Fresh California Raisins
124+
123125
* Do not use `Serial (Oxford) Commas`_;
124126
* You should use a form of *you* instead of *we* (i.e. avoid the first person
125127
point of view: use the second instead).

0 commit comments

Comments
 (0)
0