Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienharnay authored Jan 13, 2018
1 parent 055a2e5 commit ca5a156
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 ca5a156

Please sign in to comment.