From a7312fde4b06598f770b07391c280a108c517764 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 12:14:14 -0400 Subject: [PATCH] Correct spelling & grammar in 4.4 components/config/ --- components/config/definition.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/config/definition.rst b/components/config/definition.rst index 67c7392eb33..4030098a66b 100644 --- a/components/config/definition.rst +++ b/components/config/definition.rst @@ -159,7 +159,7 @@ Array Nodes ~~~~~~~~~~~ It is possible to add a deeper level to the hierarchy, by adding an array -node. The array node itself, may have a pre-defined set of variable nodes:: +node. The array node itself, may have a predefined set of variable nodes:: $rootNode ->children() @@ -197,7 +197,7 @@ above, it is possible to have multiple connection arrays (containing a ``driver` ``host``, etc.). Sometimes, to improve the user experience of your application or bundle, you may -allow to use a simple string or numeric value where an array value is required. +allow the use of a simple string or numeric value where an array value is required. Use the ``castToArray()`` helper to turn those variables into arrays:: ->arrayNode('hosts')