We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd858e commit 506cffdCopy full SHA for 506cffd
components/config/definition.rst
@@ -238,7 +238,7 @@ Or the following XML configuration:
238
239
.. code-block:: xml
240
241
- <driver>msyql</driver>
+ <driver>mysql</driver>
242
<driver>sqlite</driver>
243
244
The processed configuration is::
@@ -341,7 +341,7 @@ In order to maintain the array keys use the ``useAttributeAsKey()`` method::
341
342
The argument of this method (``name`` in the example above) defines the name of
343
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:
+same YAML configuration shown before or the following XML configuration:
345
346
347
0 commit comments