Skip to content

Commit 8189014

Browse files
committed
docs: fix case of reference to the typeCheck option
1 parent 108243f commit 8189014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/content/en/guide/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ When enabled, Nuxt.js uses [fork-ts-checker-webpack-plugin](https://github.com/T
151151

152152
<alert type="warning">
153153

154-
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.
154+
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.
155155

156156
</alert>
157157

0 commit comments

Comments
 (0)