Skip to content

Commit e1469e3

Browse files
authored
Merge pull request #1847 from leviding/patch-5
Fix typo error
2 parents ba88b60 + ee69981 commit e1469e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-frames-and-windows/01-popup-windows/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Windows may freely access content of each other only if they come from the same
154154
Otherwise, e.g. if the main window is from `site.com`, and the popup from `gmail.com`, that's impossible for user safety reasons. For the details, see chapter <info:cross-window-communication>.
155155
```
156156

157-
## Accessing window from popup
157+
## Accessing window from popup
158158

159159
A popup may access the "opener" window as well using `window.opener` reference. It is `null` for all windows except popups.
160160

0 commit comments

Comments
 (0)