From 03f4148cc1c3101ca1345801d50e79f8f2e7c9ea Mon Sep 17 00:00:00 2001 From: Tomoki Miyauchi Date: Sun, 9 Apr 2023 23:59:12 +0900 Subject: [PATCH] docs(constants): fix typo --- constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index 4a4f5c6..5414961 100644 --- a/constants.ts +++ b/constants.ts @@ -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)