Skip to content

Commit 1ad3c2c

Browse files
authored
Correct message in sandbox.view iframe
1 parent 445bda3 commit 1ad3c2c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

3-frames-and-windows/03-cross-window-communication/sandbox.view/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<body>
99

10-
<div>The iframe below is has <code>sandbox</code> attribute.</div>
10+
<div>The iframe below has the <code>sandbox</code> attribute.</div>
1111

1212
<iframe sandbox src="sandboxed.html" style="height:60px;width:90%"></iframe>
1313

0 commit comments

Comments
 (0)