Skip to content

Commit

Permalink
Fix typo (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Feb 17, 2025
1 parent dda8b89 commit a48234a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/choosing-a-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 2. Choosing a Backend
---
Now that you have your Decap CMS files in place and configured, all that's left is to enable authentication.

To folow this guide, you need a [Netlify](https://app.netlify.com) account. If you don't have one, you can [sign up for free](https://app.netlify.com/signup).
To follow this guide, you need a [Netlify](https://app.netlify.com) account. If you don't have one, you can [sign up for free](https://app.netlify.com/signup).

You can learn about other authentication options in the [Backends](/docs/backends-overview) doc.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/contributor-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We're hoping that Decap CMS will do for the [Jamstack](https://www.jamstack.org)
Being a developer is not a requirement for contributing to Decap CMS, you only need the desire, a web browser, and a [GitHub account](https://github.com/join). The GitHub repo has a step-by-step [guide](https://github.com/decaporg/decap-cms/blob/master/CONTRIBUTING.md) to get started with the code.

## The basics of the Decap CMS docs
The documentation for Decap CMS is written in [Markdown](http://daringfireball.net/projects/markdown/) (a good cheatsheet on Markdown is [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)), with the source residing on [GitHub](https://github.com/decaporg/decap-website).
The documentation for Decap CMS is written in [Markdown](https://daringfireball.net/projects/markdown/) (a good cheatsheet on Markdown is [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)), with the source residing on [GitHub](https://github.com/decaporg/decap-website).

The GitHub website allows you to submit issues, work with files, search for content, and browse changes that have been submitted in the past and those that are being submitted now (aka Pull Requests).

Expand Down

0 comments on commit a48234a

Please sign in to comment.