From d8653a672e89db9cc52c4bc476ba120443f2545c Mon Sep 17 00:00:00 2001 From: Michael DeLally Date: Thu, 12 Sep 2024 03:41:45 -0400 Subject: [PATCH] docs: fix typo in SSR warning on Installation page (#2777) --- docs/content/1.get-started/1.installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.get-started/1.installation.md b/docs/content/1.get-started/1.installation.md index 8852dcb11..de223b85e 100644 --- a/docs/content/1.get-started/1.installation.md +++ b/docs/content/1.get-started/1.installation.md @@ -55,7 +55,7 @@ npm run dev ## Add to a project ::callout{type="warning"} -⚠️ Nuxt Content requires `ssr: true` (default value) to be set in [Nuxt Config](https://nuxt.com/docs/guide/directory-structure/nuxt-config). Nuxt applications with `ssr: false` will generate as a Single-Page Application, which is currently incombatible with prerendering Nuxt Content files. +⚠️ Nuxt Content requires `ssr: true` (default value) to be set in [Nuxt Config](https://nuxt.com/docs/guide/directory-structure/nuxt-config). Nuxt applications with `ssr: false` will generate as a Single-Page Application, which is currently incompatible with prerendering Nuxt Content files. :: You can add Nuxt Content at anytime during your Nuxt project development by installing the `@nuxt/content` module: