Skip to content

Commit

Permalink
Update gatsby-node.js (#6052)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
OliverRadini authored and m-allanson committed Jun 20, 2018
1 parent 202a8dd commit d9f5eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gatsbygram/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.createPages = ({ graphql, actions }) => {
// from static data that you can run queries against.
//
// Post is a data node type derived from data/posts.json
// which is created when scrapping Instagram. “allPostsJson”
// which is created when scraping Instagram. “allPostsJson”
// is a "connection" (a GraphQL convention for accessing
// a list of nodes) gives us an easy way to query all
// Post nodes.
Expand Down

0 comments on commit d9f5eb7

Please sign in to comment.