Skip to content

Commit ed2d469

Browse files
committed
copyedits
1 parent e5e2b1c commit ed2d469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/update.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use multiple `Update` components to create [changelogs](/guides/changelogs).
3939
## Props
4040

4141
<ResponseField name="label" type="string" required>
42-
Label for the update. Appears to the left of the update and creates an anchor link. For this reason, labels should be unique.
42+
Label for the update. Appears to the left of the update and creates an anchor link. Labels should be unique.
4343
</ResponseField>
4444

4545
<ResponseField name="tags" type="string[]">

guides/changelogs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Control how people navigate your changelog and stay up to date with your product
4444

4545
### Table of contents
4646

47-
Each `label` for an `Update` automatically creates an entry in the right sidebar's table of contents. This is the default navigation for your changelog:
47+
Each `label` property for an `Update` automatically creates an entry in the right sidebar's table of contents. This is the default navigation for your changelog.
4848

4949
<Frame>
5050
<img
@@ -130,7 +130,7 @@ RSS feeds can integrate with Slack, email, or other subscription tools to notify
130130
* [Email](https://zapier.com/apps/email/integrations/rss/1441/send-new-rss-feed-entries-via-email) via Zapier
131131
* Discord bots like [Readybot](https://readybot.io) or [RSS Feeds to Discord Bot](https://rss.app/en/bots/rssfeeds-discord-bot)
132132

133-
To make the page's RSS feed discoverable, you can choose to show an RSS icon button that will link to the page's feed at the top of the page. Add `rss: true` to the page frontmatter to enable this:
133+
To make the RSS feed discoverable, you can display an RSS icon button that links to the feed at the top of the page. Add `rss: true` to the page frontmatter:
134134

135135
```mdx
136136
---

0 commit comments

Comments
 (0)