Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/jsm/webxr/ARButton.js
Original file line number Diff line number Diff line change
@@ -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 ) );
Expand Down