We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7f942 commit b25726dCopy full SHA for b25726d
1 file changed
user_guide_src/source/outgoing/localization.rst
@@ -64,7 +64,7 @@ The first value tells the Request class that we do want to negotiate a locale, s
64
65
Once this is enabled, the system will automatically negotiate the correct language based upon an array
66
of locales that you have defined in ``$supportLocales``. If no match is found between the languages
67
-that you support, and the requested language, the first item in $supportedLocales will be used. In
+that you support, and the requested language, the first item in ``$supportedLocales`` will be used. In
68
the following example, the ``en`` locale would be used if no match is found:
69
70
.. literalinclude:: localization/003.php
0 commit comments