From 0896e85182f719ee56236cd03985a4db915ed0c2 Mon Sep 17 00:00:00 2001 From: Jordan Danford Date: Sat, 27 Jan 2018 09:45:29 -0700 Subject: [PATCH] Change "primatives" to "primitives" in GraphQL docs (#3716) --- docs/docs/querying-with-graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/querying-with-graphql.md b/docs/docs/querying-with-graphql.md index 16aeb6c3479a7..e762874baa6d4 100644 --- a/docs/docs/querying-with-graphql.md +++ b/docs/docs/querying-with-graphql.md @@ -164,7 +164,7 @@ markdownRemark { Gatsby has rich support for processing images. Responsive images are a big part of the modern web and typically involve creating 5+ sized thumbnails per photo. With Gatsby's [`gatsby-transformer-sharp`](/packages/gatsby-transformer-sharp/), you can _query_ your images for responsive versions. The query automatically creates all the needed responsive thumbnails and returns `src` and `srcSet` fields to add to your image element. -Combined with a special Gatsby image component, [gatsby-image](/packages/gatsby-image/), you have a very powerful set of primatives for building sites with images. +Combined with a special Gatsby image component, [gatsby-image](/packages/gatsby-image/), you have a very powerful set of primitives for building sites with images. This is what a component using `gatsby-image` looks like: