From 7776452061d1aae19247c305d11e955c05f73f48 Mon Sep 17 00:00:00 2001 From: Dipanjan De <32262896+bacon-delight@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:34:34 +0530 Subject: [PATCH] docs: fix typo (#3205) --- docs/content/2.concepts/5.typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({