Skip to content

Commit

Permalink
docs(zh-hant): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugtender committed Feb 18, 2019
1 parent 489ad91 commit 555f5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/components-and-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Welcome extends React.Component {
}
```

上述兩種 component 的在 React 中是同等的。
上述兩種 component React 中是同等的。

我們將會在[下一個章節]((/docs/state-and-lifecycle.html))探討 class 所擁有的額外特性,但在那之前,我們會使用 function component 來保持簡潔。

Expand Down

0 comments on commit 555f5cc

Please sign in to comment.