Merge pull request #13 from taverasmisael/patch-1

fix typo on documentation
This commit is contained in:
Matthias Kretschmann 2020-02-20 09:11:14 +01:00 committed by GitHub
commit 50939579a6
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
]
```