Skip to content

Commit 59fcd0a

Browse files
committed
docs: update HomeContent.js
1 parent 4c3ac92 commit 59fcd0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Layout/HomeContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function HomeContent() {
196196
<Para>
197197
혼자서 작업하든, 수천 명의 다른 개발자와 함께 작업하든, React를
198198
사용하는 느낌은 동일합니다. 개인, 팀, 조직에서 작성한 컴포넌트를
199-
원활하게 결합할 수 있도록 설계되었습니다.
199+
원활하게 결합할 수 있도록 설계하였습니다.
200200
</Para>
201201
</Center>
202202
</Section>
@@ -325,7 +325,7 @@ export function HomeContent() {
325325
React를 사용하면 데이터를 가져오는 동안 HTML을
326326
스트리밍하여 자바스크립트 코드가 로드되기 전에 남은
327327
내용을 점진적으로 채울 수 있습니다. 클라이언트에서
328-
React는 표준 웹 API를 사용하여 렌더링 중에도 UI를
328+
React는 표준 웹 API를 사용하여 렌더링 중에도 UI가
329329
반응하도록 유지할 수 있습니다.
330330
</p>
331331
</div>

0 commit comments

Comments
 (0)