diff --git a/docs/contributing/blog-and-website-contributions.md b/docs/contributing/blog-and-website-contributions.md index 69a65d957a333..de917acca9a4a 100644 --- a/docs/contributing/blog-and-website-contributions.md +++ b/docs/contributing/blog-and-website-contributions.md @@ -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)) diff --git a/docs/contributing/how-to-make-a-reproducible-test-case.md b/docs/contributing/how-to-make-a-reproducible-test-case.md index d7339ea920c77..67e7f2e49f978 100644 --- a/docs/contributing/how-to-make-a-reproducible-test-case.md +++ b/docs/contributing/how-to-make-a-reproducible-test-case.md @@ -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