Skip to content

Commit 69ac594

Browse files
committed
docs: minor improvements
1 parent 31c3757 commit 69ac594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/rules/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Linter rules can have false positives, false negatives, and some rules are depen
2525

2626
<Callout type="info" title="TIP">
2727

28-
Rules prefixed with `jsx-` check for issues exclusive to JSX syntax, which are absent from standard JavaScript code (like handwritten `createElement()` calls).
28+
The `jsx-*` rules check for issues exclusive to JSX syntax, which are absent from standard JavaScript (like handwritten `createElement()` calls).
2929

3030
</Callout>
3131

0 commit comments

Comments
 (0)