Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 506cffd

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/config/definition.rst

Copy file name to clipboardExpand all lines: components/config/definition.rst
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.