Skip to content

Commit 0fe08bc

Browse files
committed
update(cn): content/warnings/legacy-factories.md improve translation
1 parent 2fc82f2 commit 0fe08bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/legacy-factories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function render() {
4444

4545
## 不使用 JSX 的动态组件 {#dynamic-components-without-jsx}
4646

47-
如果从动态来源取得组件类,那么就不需要创建立即调用的工厂函数。相反,你可以直接内联地创建你的元素
47+
如果从动态来源取得组件类,那么就不需要创建立即调用的工厂函数。你可以改用内联的方式创建你的元素
4848

4949
```javascript
5050
var React = require('react');

0 commit comments

Comments
 (0)