diff --git a/docs/docs/adding-tags-and-categories-to-blog-posts.md b/docs/docs/adding-tags-and-categories-to-blog-posts.md index 47b48d97f800d..150773f1e5d84 100644 --- a/docs/docs/adding-tags-and-categories-to-blog-posts.md +++ b/docs/docs/adding-tags-and-categories-to-blog-posts.md @@ -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 }) => (