Skip to content

Commit 735f543

Browse files
committed
minor #15070 [Framework] Fix reference to default_path (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Framework] Fix reference to default_path <!-- 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 ------- db79f2a [Framework] Fix reference to default_path
2 parents 3c22c22 + db79f2a commit 735f543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ paths
22232223
This option allows to define an array of paths where the component will look
22242224
for translation files. The later a path is added, the more priority it has
22252225
(translations from later paths overwrite earlier ones). Translations from the
2226-
`default_path <reference-translator-default_path>` have more priority than
2226+
:ref:`default_path <reference-translator-default_path>` have more priority than
22272227
translations from all these paths.
22282228

22292229
.. _reference-translator-default_path:

0 commit comments

Comments
 (0)