Skip to content

Commit c1767e7

Browse files
authored
Merge pull request #1996 from smakhl/patch-1
Correct message in sandbox.view iframe
2 parents 4716d10 + 1ad3c2c commit c1767e7

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

Lines changed: 1 addition & 1 deletion
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)