diff --git a/examples/client-only-paths/README.md b/examples/client-only-paths/README.md index 509bfeb4cc044..45fe9aba321c9 100644 --- a/examples/client-only-paths/README.md +++ b/examples/client-only-paths/README.md @@ -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. diff --git a/examples/image-processing/README.md b/examples/image-processing/README.md index a67278fb224df..a9c94ff8e9d32 100644 --- a/examples/image-processing/README.md +++ b/examples/image-processing/README.md @@ -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/ diff --git a/examples/using-drupal/README.md b/examples/using-drupal/README.md index 5f8e82d98bd72..adeecf6155630 100644 --- a/examples/using-drupal/README.md +++ b/examples/using-drupal/README.md @@ -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/). diff --git a/examples/using-emotion-prismjs/README.md b/examples/using-emotion-prismjs/README.md index fbfa88a9700d7..ac08fae21aa61 100644 --- a/examples/using-emotion-prismjs/README.md +++ b/examples/using-emotion-prismjs/README.md @@ -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). diff --git a/examples/using-glamor/README.md b/examples/using-glamor/README.md index 7ae5c460d0ef9..e0f2d00a39319 100644 --- a/examples/using-glamor/README.md +++ b/examples/using-glamor/README.md @@ -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. diff --git a/examples/using-postcss-sass/README.md b/examples/using-postcss-sass/README.md index fe0ddadfe9c56..87350b6713f61 100644 --- a/examples/using-postcss-sass/README.md +++ b/examples/using-postcss-sass/README.md @@ -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. diff --git a/examples/using-sass/README.md b/examples/using-sass/README.md index ce95fd49cba47..e9f2c322c9a33 100644 --- a/examples/using-sass/README.md +++ b/examples/using-sass/README.md @@ -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. diff --git a/examples/using-styled-components/README.md b/examples/using-styled-components/README.md index d9a3688209638..76ab295540731 100644 --- a/examples/using-styled-components/README.md +++ b/examples/using-styled-components/README.md @@ -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/).