Skip to content

Commit 55c4b00

Browse files
authored
Fix grammar and punctuation (mdn#18449)
1 parent 1a59446 commit 55c4b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/en-us/web/api/webvr_api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Many WebVR hardware setups feature controllers that go along with the headset. T
6868
- {{DOMxRef("VRDisplay")}}
6969
- : Represents any VR device supported by this API. It includes generic information such as device IDs and descriptions, as well as methods for starting to present a VR scene, retrieving eye parameters and display capabilities, and other important functionality.
7070
- {{DOMxRef("VRDisplayCapabilities")}}
71-
- : Describes the capabilities of a {{DOMxRef("VRDisplay")}} — it's features can be used to perform VR device capability tests, for example can it return position information.
71+
- : Describes the capabilities of a {{DOMxRef("VRDisplay")}} — its features can be used to perform VR device capability tests, for example can it return position information.
7272
- {{DOMxRef("VRDisplayEvent")}}
7373
- : Represents the event object of WebVR-related events (see the [window object extensions](#window) listed below).
7474
- {{DOMxRef("VRFrameData")}}
7575
- : Represents all the information needed to render a single frame of a VR scene; constructed by {{DOMxRef("VRDisplay.getFrameData()")}}.
7676
- {{DOMxRef("VRPose")}}
77-
- : Represents the position state at a given timestamp (which includes orientation, position, velocity, and acceleration.)
77+
- : Represents the position state at a given timestamp (which includes orientation, position, velocity, and acceleration).
7878
- {{DOMxRef("VREyeParameters")}}
7979
- : Provides access to all the information required to correctly render a scene for each given eye, including field of view information.
8080
- {{DOMxRef("VRFieldOfView")}}

0 commit comments

Comments
 (0)