Skip to content

Commit b0e7968

Browse files
committed
minor #16259 Correct spelling & grammar in 4.4 components/config/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 components/config/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- a7312fd Correct spelling & grammar in 4.4 components/config/
2 parents be52f8f + a7312fd commit b0e7968

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)