Skip to content

Commit b4e29b4

Browse files
authored
Updated one sentence in jsx-represents-objects section (#287)
* Updated one sentence in jsx-represents-objects section * applied suggestion
1 parent a5abc8f commit b4e29b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/introducing-jsx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const element = {
175175
};
176176
```
177177

178-
이러한 객체를 "React 엘리먼트"라고 하며, 이를 화면에 표시하려는 항목에 대한 설명이라고 생각할 수 있습니다. React는 이러한 객체를 읽은 후 DOM을 구성하고 최신으로 유지하는 데 이러한 객체를 사용합니다.
178+
이러한 객체를 "React 엘리먼트"라고 하며, 화면에서 보고 싶은 것을 나타내는 표현이라 생각하면 됩니다. React는 객체를 읽어서, DOM을 구성하고 최신 상태로 유지하는 데 사용합니다.
179179

180180
[다음 섹션](/docs/rendering-elements.html)에서는 DOM에 React 엘리먼트를 렌더링하는 방법에 대해 살펴보겠습니다.
181181

0 commit comments

Comments
 (0)