From 3e3694f9f5265f73197b5429977d109bf68fc51a Mon Sep 17 00:00:00 2001 From: hossein-moghadam Date: Sat, 4 Nov 2023 14:53:19 +0330 Subject: [PATCH] docs: add quotation marks --- docs/content/en/guide/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/guide/setup.md b/docs/content/en/guide/setup.md index 5e4ca4719..2a4b8a128 100644 --- a/docs/content/en/guide/setup.md +++ b/docs/content/en/guide/setup.md @@ -69,7 +69,7 @@ Add `@nuxtjs/auth-next` to the `compilerOptions.types` section of your project's ```json{}[tsconfig.json] { - compilerOptions: { + "compilerOptions": { "types": [ "@nuxtjs/auth-next", ]