Skip to content

Commit b02f14a

Browse files
authored
Merge pull request #698 from yowainwright/patch-1
[update] remove word, "novice"
2 parents 6d69d77 + 1dc6745 commit b02f14a

File tree

1 file changed

+1
-1
lines changed
  • 4-frames-and-windows/03-cross-window-communication

1 file changed

+1
-1
lines changed

4-frames-and-windows/03-cross-window-communication/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Here, look:
134134
</script>
135135
```
136136

137-
That's actually a well-known pitfall for novice developers. We shouldn't work with the document immediately, because that's the *wrong document*. If we set any event handlers on it, they will be ignored.
137+
That's actually a well-known pitfall for developers. We shouldn't work with the document immediately, because that's the *wrong document*. If we set any event handlers on it, they will be ignored.
138138

139139
...But the `onload` event triggers when the whole iframe with all resources is loaded. What if we want to act sooner, on `DOMContentLoaded` of the embedded document?
140140

0 commit comments

Comments
 (0)