Skip to content

Commit e762b5b

Browse files
committed
Fix table markup
1 parent 7b831d0 commit e762b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default props => (
7474
| `nonce` | `string` | | Set the nonce for [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) |
7575
| `scroller` | `function` | `() => Infinity` | A function to determine how far should scroll when scroll is needed |
7676
| `scrollViewClassName` | `string` | | Set the class name for the container element that house all `props.children` |
77-
| `styleOptions.stylesRoot` | `Node` | `undefined` | Set the container node for component styles to be placed into. When set to `undefined`, will use `document.head` |
77+
| `styleOptions.stylesRoot` | `Node` | `undefined` | Set the container node for component styles to be placed into. When set to `undefined`, will use `document.head` |
7878

7979
## Hooks
8080

0 commit comments

Comments
 (0)