From d08c8765b999f8ef42c2af1d9742548659bfd9f2 Mon Sep 17 00:00:00 2001 From: Tyler Sehon Date: Mon, 17 Feb 2025 16:19:36 -0800 Subject: [PATCH] fix typo and make slight adjustment to readability --- docs/tutorials/store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/store.md b/docs/tutorials/store.md index 627e6797..07e2d30a 100644 --- a/docs/tutorials/store.md +++ b/docs/tutorials/store.md @@ -47,7 +47,7 @@ The following tables show all the available options. | `hitTest` | Enables or turns off hit testing, which allows the system to detect where the user's input (e.g., a tap or gaze) intersects with objects in the XR environment. | `true` | | `domOverlay` | Enables or turns off DOM overlay in the session or provides a custom DOM element for the overlay, allowing HTML content to be rendered within the XR environment. | `true` | | `secondaryInputSources` | Enables non-primary (secondary input / tracked) sources. For example, when the device supports hands and controllers, the controllers can be used while the hands are tracked as primary input sources. This can allow to use the tracked controllers for other inputs. | `false` | -| `offerSession` | If not set to `false`, a session request is automatically send to the browser which can provide a custom ui for the user to start the XR experience. If set to `true` the system will request an `"immersive-ar"` session if supported, else an `"immersive-vr"` session. Alterantively offer session can be directly configured to only enter a `"immersive-vr"` or `"immersive-vr"` session. | `true` | +| `offerSession` | If not set to `false`, a session request is automatically send to the browser which can provide a custom ui for the user to start the XR experience. If set to `true` the system will request an `"immersive-ar"` session if supported, else an `"immersive-vr"` session. Alternatively, `offerSession` can be directly configured to only enter a `"immersive-vr"` or `"immersive-vr"` session. | `true` | ## Functions