Skip to content

Commit 4c34290

Browse files
committed
[errata page] Fix typo
1 parent aea2a5b commit 4c34290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html/errata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Chapter 10</h2>
3535
<p><strong>Page 185</strong> (Slow-Loading Modules): In the code
3636
snippet for <code>define</code>, the second use of
3737
the <code>every</code> method is incorrect. The call should be
38-
to <code>myMode.onLoad.forEach</code> instead.</p>
38+
to <code>myMod.onLoad.forEach</code> instead.</p>
3939

4040
<h2>Chapter 11</h2>
4141

0 commit comments

Comments
 (0)