Skip to content

Commit

Permalink
Fixed a typo (#26518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavrin authored Aug 18, 2020
1 parent c5ed4c6 commit e75f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ plugins: [
}
}`,
resolveSiteUrl: ({site, allSitePage}) => {
//Alternativly, you may also pass in an environment variable (or any location) at the beginning of your `gatsby-config.js`.
//Alternatively, you may also pass in an environment variable (or any location) at the beginning of your `gatsby-config.js`.
return site.wp.generalSettings.siteUrl
},
serialize: ({ site, allSitePage }) =>
Expand Down

0 comments on commit e75f811

Please sign in to comment.