From 48ea2d47439806fae66aa740e4773c8d0d989774 Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Tue, 4 Oct 2016 22:53:26 +0100 Subject: [PATCH] Update comment to refer to correct method name (#7873) --- docs/docs/05-reusable-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/05-reusable-components.md b/docs/docs/05-reusable-components.md index 118dafe8d8..513f37a78e 100644 --- a/docs/docs/05-reusable-components.md +++ b/docs/docs/05-reusable-components.md @@ -347,7 +347,7 @@ class SayHello extends React.Component { } 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 (