Skip to content

Commit 5c9324c

Browse files
authored
[Translator] Docs: fix link for tree shaking
1 parent 3545826 commit 5c9324c

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)