Skip to content

Commit b1af842

Browse files
Update 2-ui/5-loading/01-onload-ondomcontentloaded/article.md
peer review 내용 반영 Co-authored-by: Jihwan Kim <kjhwan0802@naver.com>
1 parent 3a54dad commit b1af842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/5-loading/01-onload-ondomcontentloaded

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Firefox와 Chrome, Opera의 폼 자동완성(form autofill)은 `DOMContentLoaded
117117
window.onload = function() { // window.addEventListener('load', (event) => {와 동일합니다.
118118
alert('페이지 전체가 로드되었습니다.');
119119
120-
// 이번엔 이미지가 제대로 불러와 진 후에 얼럿창이 실행됩니다.
120+
// 이번엔 이미지가 제대로 불러와진 후에 얼럿창이 실행됩니다.
121121
alert(`이미지 사이즈: ${img.offsetWidth}x${img.offsetHeight}`);
122122
};
123123
</script>

0 commit comments

Comments
 (0)