Skip to content

Commit

Permalink
Apply a review
Browse files Browse the repository at this point in the history
  • Loading branch information
simsim0709 committed Mar 3, 2019
1 parent 0658d2c commit c217247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/warnings/legacy-factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function render() {

## JSX {#jsx}

이렇게 직접 React 컴포넌트를 호출할 수 없습니다. [대신 JSX를 사용](/docs/jsx-in-depth.html) 할 수 있습니다.
이렇게 직접 React 컴포넌트를 호출할 수 없습니다. [대신 JSX를 사용 할 수 있습니다.](/docs/jsx-in-depth.html)

```javascript
var React = require('react');
Expand Down Expand Up @@ -56,4 +56,4 @@ function render(MyComponent) {

## 더 알아보기 {#in-depth}

[이렇게 변경된 이유에 대해 더 자세히 알아보십시오.](https://gist.github.com/sebmarkbage/d7bce729f38730399d28)
[이렇게 변경된 이유에 대해 더 자세히 알아보세요.](https://gist.github.com/sebmarkbage/d7bce729f38730399d28)

0 comments on commit c217247

Please sign in to comment.