Skip to content

Commit

Permalink
chore(docs):Replaced the word 'easy' to use more inclusive lan… (#18813)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschawildgrube authored and LekoArts committed Oct 18, 2019
1 parent 289a606 commit 5a6d12a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/gatsby-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Many Gatsby plugins and themes require building native Node.js modules, e.g.
To do so, you need a functional build environment (Python and Visual C++ Build
Tools).

The easy way to setup your build environment on Windows is to install the
The recommended way to setup your build environment on Windows is to install the
[`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools)
package by running `npm install windows-build-tools -g` on an admin PowerShell
console. Upon installing this package, it downloads and installs Visual C++
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/remark-plugin-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ When modifying nodes, you'll want to walk the tree and then implement new functi

A node module to help with is [unist-util-visit](https://github.com/syntax-tree/unist-util-visit), a walker for `unist` nodes. For reference, Unist (Unified Syntax Tree) is a standard for Markdown syntax trees and parsers that include well known parsers in the Gatsby world like Remark and MDX.

As an example from `unist-util-visit`'s README file, it allows for an easy interface to visit particular nodes based on a particular type:
As an example from `unist-util-visit`'s README file, it allows for an interface to visit particular nodes based on a particular type:

```js
var remark = require("remark")
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sourcing-from-contentstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This will display the title of your home page on `http://localhost:8000/home`. L

## Closing Note

The above example is meant to show you how easy it is to set up a simple Gatsby site that sources content directly from Contentstack. Contentstack has also published a few articles that demonstrate how Contentstack works with Gatsby in their [documentation](https://www.contentstack.com/docs/?utm_source=gatsby&utm_medium=referral&utm_campaign=2019_06_17_sourcing_from_contentstack):
The above example is meant to demonstrate how to set up a simple Gatsby site that sources content directly from Contentstack. Contentstack has also published a few articles that demonstrate how Contentstack works with Gatsby in their [documentation](https://www.contentstack.com/docs/?utm_source=gatsby&utm_medium=referral&utm_campaign=2019_06_17_sourcing_from_contentstack):

- [Getting started with Contentstack and Gatsby](https://www.contentstack.com/docs/example-apps/build-a-sample-website-using-gatsby-and-contentstack?utm_source=gatsby&utm_medium=referral&utm_campaign=2019_06_17_sourcing_from_contentstack)
- [Build an example website using Gatsby and Contentstack](https://www.contentstack.com/blog/announcements/best-content-management-platform-2019-siia-codie-award?utm_source=prnewswire&utm_medium=referral&utm_campaign=2019_06_18_best_cms_codie_award)

0 comments on commit 5a6d12a

Please sign in to comment.