Skip to content

Commit c35d337

Browse files
authored
fix(gatsby-plugin-sitemap): word spelling (#23252)
1 parent 9d60b01 commit c35d337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-sitemap/src/internals.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ function getNodes(results) {
118118
}
119119
}
120120
throw new Error(
121-
`[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`
121+
`[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`
122122
)
123123
}

0 commit comments

Comments
 (0)