Skip to content

Commit f453907

Browse files
committed
docs: minor fixes
1 parent ec15844 commit f453907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/pages/docs/rules/dom-no-unknown-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ react-dom/no-unknown-property
2626
In JSX most DOM properties and attributes should be camelCased to be consistent with standard JavaScript style. This can be a possible source of error if you are used to writing plain HTML.
2727
Only `data-*` and `aria-*` attributes are usings hyphens and lowercase letters in JSX.
2828

29-
A **unsafe** auto-fix is available for this rule.
29+
An **unsafe** auto-fix is available for this rule.
3030

3131
## Examples
3232

website/pages/docs/rules/no-forward-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In React 19, `forwardRef` is no longer necessary. Pass `ref` as a prop instead.
3131

3232
`forwardRef` will deprecated in a future release. Learn more [here](https://react.dev/blog/2024/12/05/react-19#ref-as-a-prop).
3333

34-
A **unsafe** codemod is available for this rule.
34+
An **unsafe** codemod is available for this rule.
3535

3636
## Examples
3737

0 commit comments

Comments
 (0)