Skip to content

Commit 5113acd

Browse files
Update 2-ui/5-loading/02-script-async-defer/article.md
peer review 내용 반영 Co-authored-by: Jihwan Kim <kjhwan0802@naver.com>
1 parent 5ba1aea commit 5113acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/5-loading/02-script-async-defer/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
defer 스크립트를 사용했을 때와 비슷한 예시를 살펴봅시다.
107107
`long.js`와 `small.js` 스크립트가 있고, `defer` 대신 `async`를 사용했습니다.
108108
109-
이 스크립트는 서로를 기다리지 않으므로 먼저 다운로드되는 스크립트가 먼저 실행됩니다. (아마 `small.js`일 것 입니다.)
109+
이 스크립트는 서로를 기다리지 않으므로 먼저 다운로드되는 스크립트가 먼저 실행됩니다. (아마 `small.js`일 것입니다.)
110110
111111
```html run height=100
112112
<p>...스크립트 앞 콘텐츠...</p>

0 commit comments

Comments
 (0)