Skip to content

Commit a3cd5e9

Browse files
docs: re-we
Co-authored-by: Sarah Rainsberger <[email protected]>
1 parent f2d9652 commit a3cd5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro-rss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Will inject the following XML:
181181

182182
The `content` key contains the full content of the post as HTML. This allows you to make your entire post content available to RSS feed readers.
183183

184-
**Note:** Whenever you're using HTML content in XML, suggest using a package like [`sanitize-html`](https://www.npmjs.com/package/sanitize-html) in order to make sure that your content is properly sanitized, escaped, and encoded.
184+
**Note:** Whenever you're using HTML content in XML, we suggest using a package like [`sanitize-html`](https://www.npmjs.com/package/sanitize-html) in order to make sure that your content is properly sanitized, escaped, and encoded.
185185
186186
[See our RSS documentation](https://docs.astro.build/en/guides/rss/#including-full-post-content) for examples using content collections and glob imports.
187187

0 commit comments

Comments
 (0)