Skip to content

Commit 0afb521

Browse files
jfdncskipjack
authored andcommitted
docs(config): fix typo in configuration-languages (#1814)
'Not' -> 'Note'
1 parent 33afff1 commit 0afb521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/configuration-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config: webpack.Configuration = {
4040
export default config;
4141
```
4242

43-
Not that you'll also need to check your `tsconfig.json` file. If the module in `compilerOptions` in `tsconfig.json` is `commonjs`, the setting is complete, else webpack will fail with an error. This occurs because `ts-node` does not support any module syntax other than `commonjs`.
43+
Note that you'll also need to check your `tsconfig.json` file. If the module in `compilerOptions` in `tsconfig.json` is `commonjs`, the setting is complete, else webpack will fail with an error. This occurs because `ts-node` does not support any module syntax other than `commonjs`.
4444

4545
There are two solutions to this issue:
4646

0 commit comments

Comments
 (0)