Skip to content

Commit b0909e6

Browse files
author
Vincent Comby
committed
Fix typo in example
1 parent 1582dd0 commit b0909e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function App() {
1818
<div className="cell"> Header 5 </div>
1919
</div>
2020
<div className="separator">
21-
The body & header of table have their scroll position in sync.
21+
The body & header of the table have their scroll position in sync.
2222
</div>
2323
<div ref={bodyRef} className="table-body">
2424
<div className="cell"> Cell 1 </div>

0 commit comments

Comments
 (0)