Skip to content

Commit

Permalink
Fix typo in docs (gatsbyjs#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienharnay authored and jastack committed Jan 24, 2018
1 parent 86b5d9d commit 7c2982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adding-tags-and-categories-to-blog-posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ query IndexQuery {

The query fetches the title and tags for every blog post.

Using this query, we can create an component for a blog front page that lists all posts and their tags.
Using this query, we can create a component for a blog front page that lists all posts and their tags.

```jsx
const IndexPage = ({ data }) => (
Expand Down

0 comments on commit 7c2982d

Please sign in to comment.