diff --git a/content/docs/components-and-props.md b/content/docs/components-and-props.md index 2a5d629cc..a780a8646 100644 --- a/content/docs/components-and-props.md +++ b/content/docs/components-and-props.md @@ -49,7 +49,7 @@ class는 몇 가지 추가 기능이 있으며 이에 대해서는 [다음 장]( ## 컴포넌트 렌더링 {#rendering-a-component} -이전까지는 React 엘리먼트를 DOM 태그로 나타냈습니다. +이전까지는 DOM 태그만을 사용해 React 엘리먼트를 나타냈습니다. ```js const element =
;