docs: fix typo (#3205)

This commit is contained in:
Dipanjan De 2022-02-12 02:34:34 +05:30 committed by GitHub
parent e90331a411
commit 7776452061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ TypeScript comes with certain checks to give you more safety and analysis of you
Once youve 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({