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 ) );