Skip to content

Commit a7312fd

Browse files
committed
Correct spelling & grammar in 4.4 components/config/
1 parent 62c0653 commit a7312fd

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
@@ -159,7 +159,7 @@ Array Nodes
159159
~~~~~~~~~~~
160160

161161
It is possible to add a deeper level to the hierarchy, by adding an array
162-
node. The array node itself, may have a pre-defined set of variable nodes::
162+
node. The array node itself, may have a predefined set of variable nodes::
163163

164164
$rootNode
165165
->children()
@@ -197,7 +197,7 @@ above, it is possible to have multiple connection arrays (containing a ``driver`
197197
``host``, etc.).
198198

199199
Sometimes, to improve the user experience of your application or bundle, you may
200-
allow to use a simple string or numeric value where an array value is required.
200+
allow the use of a simple string or numeric value where an array value is required.
201201
Use the ``castToArray()`` helper to turn those variables into arrays::
202202

203203
->arrayNode('hosts')

0 commit comments

Comments
 (0)