Skip to content

Commit dbbb097

Browse files
authored
Update invalid-aria-prop.md (#4457)
1 parent 7994045 commit dbbb097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/invalid-aria-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The invalid-aria-prop warning will fire if you attempt to render a DOM element w
88

99
1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled.
1010

11-
2. React does not yet recognize the attribute you specified. This will likely be fixed in a future version of React. However, React currently strips all unknown attributes, so specifying them in your React app will not cause them to be rendered
11+
2. React does not yet recognize the attribute you specified. This will likely be fixed in a future version of React.

0 commit comments

Comments
 (0)