Skip to content

Commit

Permalink
Fix wrong translation
Browse files Browse the repository at this point in the history
  • Loading branch information
simsim0709 committed Mar 2, 2019
1 parent b2e238d commit 0658d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/warnings/legacy-factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function render() {

## JSX를 사용하지 않는 동적 컴포넌트 {#dynamic-components-without-jsx}

동적인 소스에서 클래스 컴포넌트를 가져오는 경우라면 팩토리를 만들지 않아도 됩니다. 대신 컴포넌트를 인라인으로 만들면 됩니다.
동적인 소스에서 클래스 컴포넌트를 가져오는 경우라면 팩토리를 만들지 않아도 됩니다. 대신 엘리먼트를 인라인으로 만들면 됩니다.

```javascript
var React = require('react');
Expand Down

0 comments on commit 0658d2c

Please sign in to comment.