diff --git a/react/README.md b/react/README.md index f1ea8fb34f..87c5b00c3a 100644 --- a/react/README.md +++ b/react/README.md @@ -217,7 +217,7 @@ ``` ## Methods - - Do not use underscore prefix for internal methods of a React component. + - Do not use underscore prefix for internal methods of a React component. Internal methods are private by default, so there is no need to differentiate with an underscore. ```javascript // bad React.createClass({