[examples] Fix typo in Gatsby example (#4063)

Co-authored-by: Steven <steven@ceriously.com>
This commit is contained in:
Dávid Lévai
2020-04-14 21:06:18 +02:00
committed by GitHub
parent e65ff4bfd5
commit a765d27e5a

View File

@@ -8,7 +8,7 @@ module.exports = {
resolve: `gatsby-plugin-manifest`,
options: {
name: 'Gatsby + Node.js (TypeScript) API',
short_name: 'Gatbsy + Node.js (TypeScript)',
short_name: 'Gatsby + Node.js (TypeScript)',
start_url: '/',
icon: 'src/images/gatsby-icon.png',
},