diff --git a/packages/gatsby-plugin-sitemap/README.md b/packages/gatsby-plugin-sitemap/README.md index 145d1703e642c..06c346806de9b 100644 --- a/packages/gatsby-plugin-sitemap/README.md +++ b/packages/gatsby-plugin-sitemap/README.md @@ -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 }) =>