Skip to content

Commit

Permalink
docs: fix case of reference to the typeCheck option
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 16, 2023
1 parent 108243f commit 8189014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/guide/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ When enabled, Nuxt.js uses [fork-ts-checker-webpack-plugin](https://github.com/T

<alert type="warning">

Note that `script setup` is not supported by this webpack plugin so you won't get any type errors when using it. In that case it might be better to disable the `typecheck` option and rely on external type checking through [`vue-tsc`](https://www.npmjs.com/package/vue-tsc), for example.
Note that `script setup` is not supported by this webpack plugin so you won't get any type errors when using it. In that case it might be better to disable the `typeCheck` option and rely on external type checking through [`vue-tsc`](https://www.npmjs.com/package/vue-tsc), for example.

</alert>

Expand Down

0 comments on commit 8189014

Please sign in to comment.