diff --git a/docs/content/2.concepts/5.typescript.md b/docs/content/2.concepts/5.typescript.md index dd7910f26e..8e0662f5ab 100644 --- a/docs/content/2.concepts/5.typescript.md +++ b/docs/content/2.concepts/5.typescript.md @@ -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({