Skip to content

Commit e75f811

Browse files
authored
Fixed a typo (#26518)
1 parent c5ed4c6 commit e75f811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-sitemap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ plugins: [
6767
}
6868
}`,
6969
resolveSiteUrl: ({site, allSitePage}) => {
70-
//Alternativly, you may also pass in an environment variable (or any location) at the beginning of your `gatsby-config.js`.
70+
//Alternatively, you may also pass in an environment variable (or any location) at the beginning of your `gatsby-config.js`.
7171
return site.wp.generalSettings.siteUrl
7272
},
7373
serialize: ({ site, allSitePage }) =>

0 commit comments

Comments
 (0)