Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
simsim0709 committed Mar 5, 2019
1 parent c217247 commit 848abfd
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 @@ -4,7 +4,7 @@ layout: single
permalink: warnings/legacy-factories.html
---

아마도 코드가 일반 함수 호출로 컴포넌트를 호출하기 때문에 이 경고를 보게 된 것입니다. 아래의 코드는 현재 사용되지 않습니다.
아마도 코드에서 일반 함수처럼 컴포넌트를 호출했기 때문에 이 경고를 보게 된 것입니다. 아래의 코드는 현재 사용되지 않습니다.

```javascript
var MyComponent = require('MyComponent');
Expand Down

0 comments on commit 848abfd

Please sign in to comment.