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