Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 6264f3b

Browse files
committed
chore: fixes after review
1 parent 5e969bc commit 6264f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/rules/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ Rules are grouped by category to help you understand their purpose. Each rule ha
718718
severity="warning"
719719
version="5.5.0"
720720
>
721-
Warns when a `Intl` method invocation without description.
721+
Warns when a <code>Intl</code> method invoked without a description.
722722
</RuleEntry>
723723

724724
<RuleEntry

website/docs/rules/intl/prefer-provide-intl-description.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import RuleDetails from '@site/src/components/RuleDetails';
22

33
<RuleDetails version="5.5.0" severity="warning" />
44

5-
Warns when a `Intl.message()`, `Intl.plural()`, `Intl.gender()` or `Intl.select()` method invocate without description.
5+
Warns when the <code>Intl.message()</code>, <code>Intl.plural()</code>, <code>Intl.gender()</code> or <code>Intl.select()</code> methods are invoked without a description.
66

77
To make the translator's job easier, provide a description of the message usage.
88

0 commit comments

Comments
 (0)