We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43585cc commit 1b9650fCopy full SHA for 1b9650f
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, its position remains across sessions or until the browser data is cleared.
+ * If the anchor is persistent, the anchor positioned remains across sessions or until the browser data is cleared.
12
*/
13
export var Component = registerComponent('anchored', {
14
schema: {
0 commit comments