Skip to content

Commit 28685b2

Browse files
authored
Markdown tweak
1 parent f8cee5b commit 28685b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WindowScroller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This may change with a future release but for the time being this HOC is should
1313
| children | Function || Function responsible for rendering children. This function should implement the following signature: `({ height: number, isScrolling: boolean, scrollTop: number }) => PropTypes.element` |
1414
| onResize | Function | | Callback to be invoked on-resize; it is passed the following named parameters: `({ height: number })`. |
1515
| onScroll | Function | | Callback to be invoked on-scroll; it is passed the following named parameters: `({ scrollTop: number })`. |
16-
| scrollElement | any | | Element to attach scroll event listeners. Defaults to window. |
16+
| scrollElement | any | | Element to attach scroll event listeners. Defaults to `window`. |
1717

1818
### Public Methods
1919

0 commit comments

Comments
 (0)