Skip to content

Commit b25726d

Browse files
committed
docs: decorate variable
1 parent ab7f942 commit b25726d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/localization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The first value tells the Request class that we do want to negotiate a locale, s
6464

6565
Once this is enabled, the system will automatically negotiate the correct language based upon an array
6666
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
67+
that you support, and the requested language, the first item in ``$supportedLocales`` will be used. In
6868
the following example, the ``en`` locale would be used if no match is found:
6969

7070
.. literalinclude:: localization/003.php

0 commit comments

Comments
 (0)