Skip to content

Commit db2c67b

Browse files
committed
docs: fix typo in creating-a-react-app.md
- 주석에서 '싫행될'을 '실행될'로 수정
1 parent 12916f5 commit db2c67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/creating-a-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function Talks({ confId }) {
8383
// 2. 렌더링 로직이 추가되더라고도 자바스크립트 번들 크기를 크게 만들지 않습니다.
8484
const videos = talks.map(talk => talk.video);
8585

86-
// 3. 브라우저에서 싫행될 컴포넌트에 데이터를 전달합니다.
86+
// 3. 브라우저에서 실행될 컴포넌트에 데이터를 전달합니다.
8787
return <SearchableVideoList videos={videos} />;
8888
}
8989
```

0 commit comments

Comments
 (0)