From 97a072caeadb90c1c5efc4971d9861408511b3e7 Mon Sep 17 00:00:00 2001
From: Dominic Farolino <domfarolino@gmail.com>
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 @@ <h3>
           <dd>
             <p>
               The method must invoke and return the result of
-              {{getSelection()}} on [=this=]'s {{Window.document}} attribute.
+              {{Document/getSelection()}} on [=this=]'s {{Window.document}} attribute.
             </p>
           </dd>
         </dl>