From 7ff19ba75e49e8c2ab30f49ea47f0b79ddd0cf00 Mon Sep 17 00:00:00 2001 From: Mihira Jayasekera Date: Wed, 31 Aug 2022 12:13:40 -0700 Subject: [PATCH] Fix: added comma between 'MDX' and 'JSON' Also: - changed 'Forestry help...' to 'Forestry helps...' - fixed comma splice - changed 'They don't intend to...' to the more idiomatic 'They aren't intended to...' --- hugo/content/docs/guides/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo/content/docs/guides/_index.md b/hugo/content/docs/guides/_index.md index c4af09f7e..91120deb0 100644 --- a/hugo/content/docs/guides/_index.md +++ b/hugo/content/docs/guides/_index.md @@ -13,9 +13,9 @@ menu: weight: 3 --- -Forestry help you edit any website whose content is stored in Markdown, MDX JSON, YAML or TOML files. +Forestry helps you edit any website whose content is stored in Markdown, MDX, JSON, YAML or TOML files. -Our developing guides offer a brief overview of generic principles on some [popular static site generators](https://www.staticgen.com/), they don't intend to replace the official docs of your favorite SSG: +Our developing guides offer a brief overview of generic principles on some [popular static site generators](https://www.staticgen.com/). They aren't intended to replace the official docs of your favorite SSG: - [NextJS](https://nextjs.org/) - [Gatsby](http://gatsbyjs.org/) @@ -28,4 +28,4 @@ Our developing guides offer a brief overview of generic principles on some [popu - [Gridsome](https://gridsome.org/) - [Eleventy](https://www.11ty.dev/) - [Sapper](https://sapper.svelte.dev/) -- etc. \ No newline at end of file +- etc.