Skip to content

Commit

Permalink
fix(gatsby-plugin-sitemap): word spelling (#23252)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Apr 19, 2020
1 parent 9d60b01 commit c35d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/src/internals.js
Expand Up @@ -118,6 +118,6 @@ function getNodes(results) {
}
}
throw new Error(
`[gatsby-plugin-sitemap]: Plugin is unsure how to handle the results of your query, you'll need to write custom page filter and serilizer in your gatsby conig`
`[gatsby-plugin-sitemap]: Plugin is unsure how to handle the results of your query, you'll need to write custom page filter and serializer in your gatsby config`
)
}

0 comments on commit c35d337

Please sign in to comment.