Skip to content

Commit 1c33aa4

Browse files
committed
docs: grammar fix
1 parent 0e88f81 commit 1c33aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/interface/params.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For **advanced** users, the ARENA accepts URL parameters to override some intern
1212

1313
## URL Beginner
1414

15-
The `Scenes` page includes a Override of easy checkboxes to change more common URL parameters you may want to use: [https://arenaxr.org/scenes](https://arenaxr.org/scenes).
15+
The `Scenes` page includes a set of easy checkboxes to change more common URL parameters you may want to use: [https://arenaxr.org/scenes](https://arenaxr.org/scenes).
1616

1717
1. Click `My Scenes` and select your scene name.
1818
1. Click `Scene URL Options` and check the boxes you need.
@@ -38,7 +38,7 @@ The following URL parameters are accepted, beginner or **advanced**. The **advan
3838
| debug | bool | **advanced** | Replace console log with our MQTT logging, same as `devInstance`. |
3939
| debugUI | bool | **advanced** | Creates an `arenaui-card` object for debugging. |
4040
| demoMode | bool | beginner | Removal of screen settings and chat buttons overlay from scene. |
41-
| fixedCamera | string | **advanced** | Sets the camera name to the given value **and** enables VIO output to `realm/vio/scene-name/camera-name` ; `fixedCamera=iPhone` will Override the camera name **exactly** to the given value (not add any prefix/suffix) |
41+
| fixedCamera | string | **advanced** | Sets the camera name to the given value **and** enables VIO output to `realm/vio/scene-name/camera-name` ; `fixedCamera=iPhone` will set the camera name **exactly** to the given value (not add any prefix/suffix) |
4242
| hudstats | bool | **advanced** | Render a HUD of performance/memory stats. |
4343
| lat | float | **advanced** | Override device latitude location; (e.g. `lat=40.4427`) |
4444
| locOnce | bool | **advanced** | Only use AR camera capture once to localize AprilTag, then ignore AprilTags. |
@@ -48,7 +48,7 @@ The following URL parameters are accepted, beginner or **advanced**. The **advan
4848
| noav | bool | beginner | Disables videoconferencing for this browser only. |
4949
| noname | bool | beginner | Handles display of user name on the screen. False: (default) display the user name. True: Do not display the user name. |
5050
| noreticle | bool | beginner | In AR, change the reticle ring to transparent when true, gray when false (default). |
51-
| objectId | string | **advanced** | Used with `build3d` param to focus Inspector omn the named object-id. |
51+
| objectId | string | **advanced** | Used with `build3d` param to focus Inspector on the named object-id. |
5252
| realm | string | **advanced** | Override realm name (e.g. `realm=MyRealm`) |
5353
| reprojectMovement | bool | **advanced** | Do translation warping for remote rendering. |
5454
| scene | string | **advanced** | Override scene name (e.g. `scene=AScene`) |

0 commit comments

Comments
 (0)