8000 minor #6187 Typofix for "Defining and Processing Configuration Values… · symfony/symfony-docs@c012b1e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c012b1e

Browse files
committed
minor #6187 Typofix for "Defining and Processing Configuration Values" (kix)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6187). Discussion ---------- Typofix for "Defining and Processing Configuration Values" Just several typos fixed. Commits ------- 506cffd Typofix for "Defining and Processing Configuration Values"
2 parents cdd858e + 506cffd commit c012b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/config/definition.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Or the following XML configuration:
238238

239239
.. code-block:: xml
240240
241-
<driver>msyql</driver>
241+
<driver>mysql</driver>
242242
<driver>sqlite</driver>
243243
244244
The processed configuration is::
@@ -341,7 +341,7 @@ In order to maintain the array keys use the ``useAttributeAsKey()`` method::
341341

342342
The argument of this method (``name`` in the example above) defines the name of
343343
the attribute added to each XML node to differentiate them. Now you can use the
344-
same YAML configuration showed before or the following XML configuration:
344+
same YAML configuration shown before or the following XML configuration:
345345

346346
.. code-block:: xml
347347

0 commit comments

Comments
 (0)
0