Skip to content

Commit bfc6d08

Browse files
committed
minor #1169 [Translator] Docs: fix link for tree shaking (jmsche)
This PR was merged into the 2.x branch. Discussion ---------- [Translator] Docs: fix link for tree shaking | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | N/A | License | MIT Commits ------- 5c9324c [Translator] Docs: fix link for tree shaking
2 parents 8abb656 + 5c9324c commit bfc6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When warming up the Symfony cache, all of your translations will be dumped as Ja
6767
For a better developer experience, TypeScript types definitions are also generated aside those JavaScript files.
6868

6969
Then, you will be able to import those JavaScript translations in your assets.
70-
Don't worry about your final bundle size, only the translations you use will be included in your final bundle, thanks to the [tree shaking](https://webpack.js.org/guides/tree-shaking/).
70+
Don't worry about your final bundle size, only the translations you use will be included in your final bundle, thanks to the `tree shaking <https://webpack.js.org/guides/tree-shaking/>`_.
7171

7272
Configuring the default locale
7373
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)