diff --git a/docs/08.1-more-about-refs.md b/docs/08.1-more-about-refs.md index 8f1c8039..dce066a8 100644 --- a/docs/08.1-more-about-refs.md +++ b/docs/08.1-more-about-refs.md @@ -94,7 +94,7 @@ It's as simple as adding a `ref` attribute to anything returned from `render` by ```html render: function() { - return this._input = c} } />; + return this._input = c} />; }, componentDidMount: function() { this._input.focus();