Skip to content

Commit

Permalink
fix(gatsby-plugin-sitemap): fix typo in comment (#12512)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and pieh committed Mar 12, 2019
1 parent 731dd60 commit 3bc5f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports.onPostBuild = async ({ graphql, pathPrefix }, pluginOptions) => {
},
} = queryRecords
return new Promise(resolve => {
// sitemapv-index.xml is default file name. (https://git.io/fhNgG)
// sitemap-index.xml is default file name. (https://git.io/fhNgG)
const indexFilePath = path.join(
publicPath,
`${rest.sitemapName || `sitemap`}-index.xml`
Expand Down

0 comments on commit 3bc5f4d

Please sign in to comment.