Skip to content

Commit 233bacf

Browse files
authored
Fix closing bracket in usage docs
1 parent f5bbb8d commit 233bacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ class App extends Component {
4444
// Called when scrolling starts
4545
onScrollStart={this.handleScrollStart}
4646
// Called when scrolling stops
47-
onScrollStop={this.handlenScrollStop}>
47+
onScrollStop={this.handlenScrollStop}
4848
// Called when ever the component is updated. Runs inside the animation frame
49-
onUpdate={this.handleUpdate}
49+
onUpdate={this.handleUpdate}>
5050
<p>Some great content...</p>
5151
</Scrollbars>
5252
);

0 commit comments

Comments
 (0)