Skip to content

Commit e9a528f

Browse files
authored
Merge pull request #2262 from vsemozhetbyt/patch-14
Correct comment in 1.13.1
2 parents 21d44a0 + 4e9a335 commit e9a528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/13-modules/01-modules-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Compare to regular script below:
260260
261261
<script>
262262
*!*
263-
alert(typeof button); // Error: button is undefined, the script can't see elements below
263+
alert(typeof button); // button is undefined, the script can't see elements below
264264
*/!*
265265
// regular scripts run immediately, before the rest of the page is processed
266266
</script>

0 commit comments

Comments
 (0)