Skip to content

Commit

Permalink
docs(constants): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Apr 9, 2023
1 parent ac0f91d commit 03f4148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export enum CrossOriginOpenerPolicyValue {
*/
SameOriginAllowPopups = "same-origin-allow-popups",

/** This behaves the same as {@link CrossOriginOpenerPolicyValue.SameOriginAllowPopups},
/** This behaves the same as {@link SameOriginAllowPopups},
* with the addition that any [auxiliary browsing context](https://html.spec.whatwg.org/multipage/document-sequences.html#auxiliary-browsing-context) created needs to contain [same origin](https://html.spec.whatwg.org/multipage/browsers.html#same-origin) documents
* that also have the same [cross-origin opener policy](https://html.spec.whatwg.org/multipage/browsers.html#cross-origin-opener-policy) or it will appear closed to the opener.
* @see ["same-origin"](https://html.spec.whatwg.org/multipage/browsers.html#coop-same-origin)
Expand Down

0 comments on commit 03f4148

Please sign in to comment.