Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/config/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Or the following XML configuration:

.. code-block:: xml

<driver>msyql</driver>
<driver>mysql</driver>
<driver>sqlite</driver>

The processed configuration is::
Expand Down Expand Up @@ -334,7 +334,7 @@ In order to maintain the array keys use the ``useAttributeAsKey()`` method::

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

.. code-block:: xml

Expand Down