Skip to content

Commit

Permalink
demostrates -> demonstrates (gatsbyjs#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson authored and KyleAMathews committed Dec 3, 2017
1 parent 647bdf0 commit d3ee4cf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/client-only-paths/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

https://client-only-paths.gatsbyjs.org

Example site that demostrates how to build Gatsby sites with paths that are
Example site that demonstrates how to build Gatsby sites with paths that are
client-only.
2 changes: 1 addition & 1 deletion examples/image-processing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

https://image-processing.gatsbyjs.org

Example site that demostrates how to use [gatsby-plugin-sharp][1].
Example site that demonstrates how to use [gatsby-plugin-sharp][1].

[1]: https://www.gatsbyjs.org/packages/gatsby-plugin-sharp/
2 changes: 1 addition & 1 deletion examples/using-drupal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

https://using-drupal.gatsbyjs.org

Example site that demostrates how to build Gatsby sites that pull data from the
Example site that demonstrates how to build Gatsby sites that pull data from the
[Drupal CMS](https://www.drupal.org/).
2 changes: 1 addition & 1 deletion examples/using-emotion-prismjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

https://using-emotion-prismjs.gatsbyjs.org

Example site that demostrates how to build Gatsby sites that use code
Example site that demonstrates how to build Gatsby sites that use code
highlighting with [emotion](https://emotion.sh/) and the
[Gatsby PrismJS plugin](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-prismjs).
2 changes: 1 addition & 1 deletion examples/using-glamor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

https://using-glamor.gatsbyjs.org

Example site that demostrates how to build Gatsby sites using the
Example site that demonstrates how to build Gatsby sites using the
[Glamor](https://github.com/threepointone/glamor) css-in-js library.
2 changes: 1 addition & 1 deletion examples/using-postcss-sass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

https://using-postcss-sass.gatsbyjs.org

Example site that demostrates how to build Gatsby sites using the Gatsby plugin
Example site that demonstrates how to build Gatsby sites using the Gatsby plugin
`gatsby-plugin-postcss-sass` which sets up webpack to run Sass/Scss code through
both the Sass loader as well as a custom array of Postcss plugins.
2 changes: 1 addition & 1 deletion examples/using-sass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

https://using-sass.gatsbyjs.org

Example site that demostrates how to build Gatsby sites using the Gatsby plugin
Example site that demonstrates how to build Gatsby sites using the Gatsby plugin
`gatsby-plugin-sass` which sets up webpack to run Sass/Scss code through the
Sass loader.
2 changes: 1 addition & 1 deletion examples/using-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

https://using-styled-components.gatsbyjs.org

Example site that demostrates how to build Gatsby sites with
Example site that demonstrates how to build Gatsby sites with
[Styled Components](https://www.styled-components.com/).

0 comments on commit d3ee4cf

Please sign in to comment.