fix typo on documentation

Add a missing comma
This commit is contained in:
Misael Taveras 2019-08-25 22:28:26 -04:00 committed by GitHub
parent 79b7c56d0d
commit 497e0346b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ plugins: [
options: {
query: 'allMdx'
}
}
},
'gatsby-plugin-meta-redirect' // make sure this is always the last one
]
```