diff --git a/examples/blog-starter/pages/posts/syntax-highlighting.mdx b/examples/blog-starter/pages/posts/syntax-highlighting.mdx index 025a56c5fc..c3b12d4980 100644 --- a/examples/blog-starter/pages/posts/syntax-highlighting.mdx +++ b/examples/blog-starter/pages/posts/syntax-highlighting.mdx @@ -4,7 +4,7 @@ import BlogPost from '../../components/layouts/blog-post' export const meta = { published: true, publishedAt: '2018-05-19', - title: 'Sintax highlighting', + title: 'Syntax highlighting', summary: 'Here are some code snippets to show you how syntax highlighting works', image: '/static/site-feature.png',