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 c012b1e

Browse filesBrowse 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
Copy full SHA for c012b1e

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.