Skip to content

Commit 0e9908c

Browse files
javiereguiluzxabbuh
authored andcommitted
Minor change
1 parent 5b74bdd commit 0e9908c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/typescript.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ also configure the `ts-loader options`_ via a callback:
3131
typeScriptConfigOptions.configFileName = '/path/to/tsconfig.json';
3232
});
3333
34-
If React assets are enabled: `enableReactPreset()`, any ``.tsx`` file will be
34+
If React assets are enabled (``.enableReactPreset()``), any ``.tsx`` file will be
3535
processed as well by ``ts-loader``.
3636

3737
Loader usage can be checked better in its `README`_ documentation.
@@ -43,4 +43,4 @@ Loader usage can be checked better in its `README`_ documentation.
4343

4444
.. _`TypeScript`: https://www.typescriptlang.org/
4545
.. _`ts-loader options`: https://github.com/TypeStrong/ts-loader#options
46-
.. _`README`: https://github.com/TypeStrong/ts-loader#typescript-loader-for-webpack
46+
.. _`README`: https://github.com/TypeStrong/ts-loader#typescript-loader-for-webpack

0 commit comments

Comments
 (0)