There was an error while loading. Please reload this page.
1 parent 6cf4cba commit 1986306Copy full SHA for 1986306
src/components/anchored.js
@@ -8,7 +8,7 @@ var warn = utils.debug('components:anchored:warn');
8
* Anchored component.
9
* Feature only available in browsers that implement the WebXR anchors module.
10
* Once anchored the entity remains to a fixed position in real-world space.
11
- * If the anchor is persistent, the anchor positioned remains across sessions or until the browser data is cleared.
+ * If the anchor is persistent, its position remains across sessions or until the browser data is cleared.
12
*/
13
export var Component = registerComponent('anchored', {
14
schema: {
0 commit comments