Skip to content

Commit 848abfd

Browse files
committed
Fix translation
1 parent c217247 commit 848abfd

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
@@ -4,7 +4,7 @@ layout: single
44
permalink: warnings/legacy-factories.html
55
---
66

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

99
```javascript
1010
var MyComponent = require('MyComponent');

0 commit comments

Comments
 (0)