Skip to content

Commit 506cffd

Browse files
kixxabbuh
authored andcommitted
Typofix for "Defining and Processing Configuration Values"
Just several typos fixed.
1 parent cdd858e commit 506cffd

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)