Skip to content

Commit

Permalink
docs: Grammer fixes (#12933)
Browse files Browse the repository at this point in the history
  • Loading branch information
keerthimohan93 authored and sidharthachatterjee committed Mar 29, 2019
1 parent 08400c0 commit faf96aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/blog-and-website-contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To add a new blog post to the gatsbyjs.org blog:
- If your blog post contains images add them to your blog post folder and reference them in your post's `index.md`.
- Ensure any links to gatsbyjs.org are relative links - `/contributing/how-to-contribute/` instead of `https://gatsbyjs.org/contributing/how-to-contribute`
- Follow the [Style Guide](https://www.gatsbyjs.org/contributing/gatsby-style-guide/#word-choice) to make sure you're using the appropriate wording.
- Double check your grammar and capitalise correctly
- Double check your grammar and capitalize correctly
- Commit and push to your fork
- Create a pull request from your branch
- We recommend using a prefix of `docs`, e.g. `docs/your-change` or `docs-your-change` ([PR example](https://github.com/gatsbyjs/gatsby/commit/9c21394add7906974dcfd22ad5dc1351a99d7ceb#diff-bf544fce773d8a5381f64c37d48d9f12))
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/how-to-make-a-reproducible-test-case.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A reproducible test case is a great way to share a specific environment that cau
## Places to develop a reproducible test case

- Locally with a starter: You can start with a [Starter](/docs/starters) locally and then build it on your own machine. Gatsby's official [`hello-world`](https://github.com/gatsbyjs/gatsby/tree/master/starters/hello-world) or [`default`](https://github.com/gatsbyjs/gatsby-starter-default) starter are both good foundations for a reproducible test case.
- Host on CodeSandbox: You can develop a Gatsby site straight from your browser with CodeSandbox using their [Gatsby template](https://codesandbox.io/s/github/gatsbyjs/gatsby-starter-default). CodeSandbox also hosts your site automatically, which can be useful to demonstrate the behaviour of your site.
- Host on CodeSandbox: You can develop a Gatsby site straight from your browser with CodeSandbox using their [Gatsby template](https://codesandbox.io/s/github/gatsbyjs/gatsby-starter-default). CodeSandbox also hosts your site automatically, which can be useful to demonstrate the behavior of your site.

## Benefits of reproducible test cases

Expand Down

0 comments on commit faf96aa

Please sign in to comment.