Fix typo within blog-starter example (#8182)

This commit is contained in:
Peter McAree 2019-07-30 22:49:12 +01:00 committed by Luis Fernando Alvarez D
parent 858f4eb8ec
commit 6c2534362e

View file

@ -4,7 +4,7 @@ import BlogPost from '../../components/layouts/blog-post'
export const meta = { export const meta = {
published: true, published: true,
publishedAt: '2018-05-19', publishedAt: '2018-05-19',
title: 'Sintax highlighting', title: 'Syntax highlighting',
summary: summary:
'Here are some code snippets to show you how syntax highlighting works', 'Here are some code snippets to show you how syntax highlighting works',
image: '/static/site-feature.png', image: '/static/site-feature.png',