From 736ca57d6edfa0c7520db6be7978c3352463b839 Mon Sep 17 00:00:00 2001 From: Matthew Neil Date: Sun, 25 Oct 2020 16:41:09 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Update=20Docs:=20Guides=20=E2=80=9Cnuxt?= =?UTF-8?q?=E2=80=9D=20(#4494)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/content/docs/nuxt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/nuxt.md b/website/content/docs/nuxt.md index 6b41358bd6ea..1adfd11c74aa 100644 --- a/website/content/docs/nuxt.md +++ b/website/content/docs/nuxt.md @@ -1,7 +1,7 @@ --- -title: Nuxt group: Guides weight: 50 +title: Nuxt --- This guide will walk you through how to integrate Netlify CMS with Nuxt. @@ -160,7 +160,7 @@ Then, add @nuxt/content to the modules section of nuxt.config.js: By adding nuxt content module you get `$content` injected into your whole app which you can use to fetch content from your content folder using `simple fetch api` or `nuxt asyncData` option.
-This also gives a `` component which helps you display markdowm content with ease and also gives option of live editing in dev mode. +This also gives a `` component which helps you display markdown content with ease and also gives option of live editing in dev mode. ### Example Blog Post List