Skip to content

Commit

Permalink
docs: fix typo (nuxt#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
bacon-delight authored Feb 11, 2022
1 parent e90331a commit 7776452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.concepts/5.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TypeScript comes with certain checks to give you more safety and analysis of you

Once you’ve converted your codebase to TypeScript and felt familiar with it, you can start enabling these checks for greater safety. ([read more](https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#getting-stricter-checks))

In order to enable strict type checking, you have to update `nuxt.confg`:
In order to enable strict type checking, you have to update `nuxt.config`:

```js
export default defineNuxtConfig({
Expand Down

0 comments on commit 7776452

Please sign in to comment.