Skip to content

Commit 555f5cc

Browse files
committed
docs(zh-hant): Fix typo
1 parent 489ad91 commit 555f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/components-and-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Welcome extends React.Component {
4242
}
4343
```
4444

45-
上述兩種 component 的在 React 中是同等的。
45+
上述兩種 component React 中是同等的。
4646

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

0 commit comments

Comments
 (0)