From 9fbe523529daf5aa85224d7debb13f7bb44a6787 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Wed, 30 Oct 2024 14:57:44 -0400 Subject: [PATCH] Correctly reference Document from the Window section --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a58c66..7935c12 100644 --- a/index.html +++ b/index.html @@ -885,7 +885,7 @@

The method must invoke and return the result of - {{getSelection()}} on [=this=]'s {{Window.document}} attribute. + {{Document/getSelection()}} on [=this=]'s {{Window.document}} attribute.