docs: fix grammatical issues (#2102)

This commit is contained in:
Wayne Thursby 2019-02-19 11:14:49 -05:00 committed by Shawn Erquhart
parent 4cd45eb4c1
commit 944290ea1d

View File

@ -4,7 +4,7 @@ weight: 25
group: start group: start
--- ---
Netlify CMS stores content in your GitHub, GitLab, or Bitbucket repository. In order for this to work, authenticate with your Git host. In most cases that requires a server. We have a few options for handling this. Netlify CMS stores content in your GitHub, GitLab, or Bitbucket repository. In order for this to work, it must authenticate with your Git host. In most cases that requires a server. We have a few options for handling this.
**Note:** If you prefer to run your own authentication server, check out the section on [external OAuth clients](#external-oauth-clients). **Note:** If you prefer to run your own authentication server, check out the section on [external OAuth clients](#external-oauth-clients).
@ -13,7 +13,7 @@ Netlify CMS stores content in your GitHub, GitLab, or Bitbucket repository. In o
## Git Gateway with Netlify Identity ## Git Gateway with Netlify Identity
[Git Gateway](https://github.com/netlify/git-gateway) is a Netlify open source project that allows you to add editors to your site CMS without giving them direct write access to your GitHub or GitLab repository. (For Bitbucket repositories, use the [Bitbucket backend](#bitbucket-backend) instead.) [Netlify Identity](https://www.netlify.com/docs/identity/) service can handle the authentication and provides a simple interface for user management. The Netlify CMS [featured templates](../start-with-a-template) are working examples of this backend. [Git Gateway](https://github.com/netlify/git-gateway) is a Netlify open source project that allows you to add editors to your site CMS without giving them direct write access to your GitHub or GitLab repository. (For Bitbucket repositories, use the [Bitbucket backend](#bitbucket-backend) instead.) The [Netlify Identity](https://www.netlify.com/docs/identity/) service can handle the authentication and provides a simple interface for user management. The Netlify CMS [featured templates](../start-with-a-template) are working examples of this backend.
To use it in your own project stored on GitHub or GitLab, follow these steps: To use it in your own project stored on GitHub or GitLab, follow these steps: