diff --git a/user_guide_src/source/general/configuration.rst b/user_guide_src/source/general/configuration.rst index 1d37f2acf45f..1ea02c5d9aa6 100644 --- a/user_guide_src/source/general/configuration.rst +++ b/user_guide_src/source/general/configuration.rst @@ -289,7 +289,7 @@ A sample configuration class setup for this: .. literalinclude:: configuration/010.php With the above example, when ``MySalesConfig`` is instantiated, it will end up with -the two properties declared, but the value of the ``$target`` property will be overridden +the three properties declared, but the value of the ``$target`` property will be overridden by treating ``RegionalSales`` as a "registrar". The resulting configuration properties: .. literalinclude:: configuration/011.php diff --git a/user_guide_src/source/general/configuration/009.php b/user_guide_src/source/general/configuration/009.php index c578b4d884b7..60827b676c2a 100644 --- a/user_guide_src/source/general/configuration/009.php +++ b/user_guide_src/source/general/configuration/009.php @@ -1,6 +1,6 @@