Skip to content

Commit 1b9650f

Browse files
authored
Trigger build bot
1 parent 43585cc commit 1b9650f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/anchored.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var warn = utils.debug('components:anchored:warn');
88
* Anchored component.
99
* Feature only available in browsers that implement the WebXR anchors module.
1010
* 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.
11+
* If the anchor is persistent, the anchor positioned remains across sessions or until the browser data is cleared.
1212
*/
1313
export var Component = registerComponent('anchored', {
1414
schema: {

0 commit comments

Comments
 (0)