Skip to content

Commit 0e79331

Browse files
csellisDSchau
authored andcommitted
chore(docs): fix spelling on gatsby-plugin-feed (#14440)
1 parent 4ce2434 commit 0e79331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-feed/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Each feed must include `output`, `query`, and `title`. Additionally, it is stron
7878

7979
`match` is an optional configuration, indicating which pages will have feed reference included. The accepted types of `match` are `string` or `undefined`. By default, when `match` is not configured, all pages will have feed reference inserted. If `string` is provided, it will be used to build a RegExp and then to test whether `pathname` of current page satisifed this regular expression. Only pages that satisifed this rule will have feed reference included.
8080

81-
All additional options are passed through to the [`rss`][rss] utillity. For more info on those additional options, [explore the `itemOptions` section of the `rss` package](https://www.npmjs.com/package/rss#itemoptions).
81+
All additional options are passed through to the [`rss`][rss] utility. For more info on those additional options, [explore the `itemOptions` section of the `rss` package](https://www.npmjs.com/package/rss#itemoptions).
8282

8383
Check out an example of [how you could implement](https://www.gatsbyjs.org/docs/adding-an-rss-feed/) to your own site, with a custom `serialize` function, and additional functionality.
8484

0 commit comments

Comments
 (0)