From ffe1e0698dd4b17203f5b5bfa4d4c02205a8ebed Mon Sep 17 00:00:00 2001 From: Casey Schroeder <31967674+cdschroeder@users.noreply.github.com> Date: Mon, 20 Aug 2018 14:37:47 -0400 Subject: [PATCH] (docs) fixed typo in add-to-your-site.md (#1634) **Summary** Found and fixed typo on the "Add to Your Site" page. **Test plan** Checked preview **A picture of a cute animal (not mandatory but encouraged)** ![sleepy-indy](https://user-images.githubusercontent.com/31967674/44357470-1f23a900-a480-11e8-93f0-6b9d2414d986.jpg) --- website/content/docs/add-to-your-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index e7905622..24567452 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -6,7 +6,7 @@ group: start Netlify CMS is adaptable to a wide variety of projects. It works with any content written in markdown, JSON, YAML, or TOML files, stored in a repo on [GitHub](https://github.com/), [GitLab](https://about.gitlab.com/), or [Bitbucket](https://bitbucket.org). You can also create your own custom backend. -This tutorial will guide you through the steps for adding Netlify CMS to a site that's built with a common [static site generator](https://www.staticgen.com/), like Jekyll, Hugo, Hexo, or Gatsby. Alternatively, you can [start from a template](https://www.netlifycms.org/docs/start-with-a-template) or dive right into to [configuration options](https://www.netlifycms.org/docs/configuration-options). +This tutorial will guide you through the steps for adding Netlify CMS to a site that's built with a common [static site generator](https://www.staticgen.com/), like Jekyll, Hugo, Hexo, or Gatsby. Alternatively, you can [start from a template](https://www.netlifycms.org/docs/start-with-a-template) or dive right into [configuration options](https://www.netlifycms.org/docs/configuration-options). ## App File Structure