Skip to content

Commit 72e4ee6

Browse files
authored
Fix typo error
1 parent 80244df commit 72e4ee6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ document.domain = 'site.com';
192192

193193
- `window.frames` —— “子”窗口的集合(用于嵌套的 iframe)。
194194
- `window.parent` —— 对“父”(外部)窗口的引用。
195-
- `window.top` —— 对最顶级级父窗口的引用
195+
- `window.top` —— 对最顶级父窗口的引用
196196

197197
例如:
198198

0 commit comments

Comments
 (0)