From 0574e649786df934f3bf9c6a763ce6f8fd31e3d4 Mon Sep 17 00:00:00 2001 From: Jon Carifio Date: Tue, 19 May 2026 22:40:54 -0400 Subject: [PATCH] Fix typo in ARButton docstring (#33608) --- examples/jsm/webxr/ARButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jsm/webxr/ARButton.js b/examples/jsm/webxr/ARButton.js index ef2642914d0b3a..52859b7f23704a 100644 --- a/examples/jsm/webxr/ARButton.js +++ b/examples/jsm/webxr/ARButton.js @@ -1,7 +1,7 @@ /** * A utility class for creating a button that allows to initiate * immersive AR sessions based on WebXR. The button can be created - * with a factory method and then appended ot the website's DOM. + * with a factory method and then appended to the website's DOM. * * ```js * document.body.appendChild( ARButton.createButton( renderer ) );