Skip to content

Commit b81f8e1

Browse files
committed
Update README
1 parent 18ac1e9 commit b81f8e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ $ npm install react-tabindex
2222

2323
## What does it do?
2424

25-
The `useTabIndex` hook returns a value to pass to the `tabIndex` prop on elements
26-
of your choosing. If wrapped in an active `<Untabbable>` ancestor, that `tabIndex`
27-
value will automatically be set to `-1`, making the elements untabbable.
25+
The `useTabIndex` hook returns a value to pass to the `tabIndex` prop on
26+
elements of your choosing. If wrapped in an active `<Untabbable>` ancestor, that
27+
`tabIndex` value will automatically be set to `-1`, making the elements
28+
untabbable.
2829

2930
## Usage
3031

0 commit comments

Comments
 (0)