diff --git a/docs/reusable-components.html b/docs/reusable-components.html
index 5124a508f1..41cb63e35d 100644
--- a/docs/reusable-components.html
+++ b/docs/reusable-components.html
@@ -719,7 +719,7 @@
}
render() {
- // Because we `this.tick` is bound, we can use it as an event handler.
+ // Because `this.handleClick` is bound, we can use it as an event handler.
return (
<button onClick={this.handleClick}>
Say hello