diff --git a/react/README.md b/react/README.md index 9bd3836288..104f2128f6 100644 --- a/react/README.md +++ b/react/README.md @@ -46,7 +46,7 @@ } ``` - 如果没有组件没有内部 state 或者 refs,那么普通函数 (不要使用箭头函数) 比类的写法更好: + 如果组件没有拥有内部的 state 或者 refs,那么普通函数 (不要使用箭头函数) 比类的写法更好: ```javascript // bad