Skip to content

Commit

Permalink
Fix consistency with "and" rather than ampersands and usage of serial… (
Browse files Browse the repository at this point in the history
#9546)

… commas

Everywhere in the home page uses serial commas and the word "and" instead of an ampersand. This commit normalizes the one usage of an ampersand lacking a serial comma.

<!--
  Q. Which branch should I use for my pull request?
  A. Use `master` branch (probably).

  Q. Which branch if my change is a bug fix for Gatsby v1?
  A. In this case, you should use the `v1` branch

  Q. Which branch if I'm still not sure?
  A. Use `master` branch. Ask in the PR if you're not sure and a Gatsby maintainer will be happy to help :)

  Note: We will only accept bug fixes for Gatsby v1. New features should be added to Gatsby v2.

  Learn more about contributing: https://www.gatsbyjs.org/docs/how-to-contribute/
-->
  • Loading branch information
Keavon authored and DSchau committed Oct 30, 2018
1 parent 93dfe10 commit f2ac164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/index.js
Expand Up @@ -84,7 +84,7 @@ class IndexRoute extends React.Component {
Gatsby’s rich data plugin ecosystem lets you build sites
with the data you want — from one or many sources: Pull
data from headless CMSs, SaaS services, APIs, databases,
your file system & more directly into your pages using
your file system, and more directly into your pages using
{` `}
<TechWithIcon icon={GraphQLIcon}>GraphQL</TechWithIcon>.
</FuturaParagraph>
Expand Down

0 comments on commit f2ac164

Please sign in to comment.