We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b4460 commit 2628c05Copy full SHA for 2628c05
1 file changed
README.md
@@ -101,7 +101,7 @@ can safely omit it when using `react-a11y` in node.
101
corresponding rule configuration (one of `'off'`, `'warn'`, or `'error'`)
102
- `props : object` - the props as passed to the element
103
- `displayName : string?` - the `displayName` of the owner, if any
104
- `DOMNode : object?` - the violating DOMNode as rendered to the browser
+ - `DOMNode : object?` - the violating DOMNode as rendered to the browser
105
DOM, this is only available on when `react-a11y` is running in the
106
browser.
107
- `url : string?` - The url to a webpage explaining why this rule
0 commit comments