Skip to content

Commit 0ea5df3

Browse files
committed
Spelling and grammar fixes
1 parent e5d24c7 commit 0ea5df3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/astro-rss/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Type: `RSSFeedItem[] (required)`
112112

113113
A list of formatted RSS feed items. See [Astro's RSS items documentation](https://docs.astro.build/en/guides/rss/#generating-items) for usage examples to choose the best option for you.
114114

115-
When providing a formatted RSS item list, see the [`RSSFeedItem` type reference below](#rssfeeditem).
115+
When providing a formatted RSS item list, see the [`RSSFeedItem` type reference](#rssfeeditem).
116116

117117
### drafts
118118

@@ -187,7 +187,7 @@ export const get = () => rss({
187187
188188
## `RSSFeedItem`
189189
190-
An `RSSFeedItem` is a single item in the list of items in your feed. It represents a story, with `link`, `title` and `pubDate` fields. There are further optional fields defined below. You can also check the definitions for the fields in the [RSS spec](https://validator.w3.org/feed/docs/rss2.html#ltpubdategtSubelementOfLtitemgt).
190+
An `RSSFeedItem` is a single item in the list of items in your feed. It represents a story, with `link`, `title`, and `pubDate` fields. There are further optional fields defined below. You can also check the definitions for the fields in the [RSS spec](https://validator.w3.org/feed/docs/rss2.html#ltpubdategtSubelementOfLtitemgt).
191191
192192
An example feed item might look like:
193193
@@ -255,7 +255,7 @@ The URL of a web page that contains comments on the item.
255255
256256
Type: `object (optional)`
257257
258-
An object that defines the `title` and `url` of the original feed for items that have been republished from another source. Both are required propeties of `source` for proper attribution.
258+
An object that defines the `title` and `url` of the original feed for items that have been republished from another source. Both are required properties of `source` for proper attribution.
259259
260260
```js
261261
const item = {
@@ -274,7 +274,7 @@ const item = {
274274
275275
Type: `string (required)`
276276
277-
The name of the original feed in which the item was published. (Note that this is the the feed's title, not the individual article title.)
277+
The name of the original feed in which the item was published. (Note that this is the feed's title, not the individual article title.)
278278

279279
#### `source.url`
280280

0 commit comments

Comments
 (0)