Skip to content

Commit d5f561e

Browse files
committed
Merge branch 'new-docs' of github.com:facebook/react into new-docs
2 parents d19939e + 80f015f commit d5f561e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs-old/05-reusable-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class SayHello extends React.Component {
347347
}
348348

349349
render() {
350-
// Because we `this.tick` is bound, we can use it as an event handler.
350+
// Because `this.handleClick` is bound, we can use it as an event handler.
351351
return (
352352
<button onClick={this.handleClick}>
353353
Say hello

0 commit comments

Comments
 (0)