Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typos #368

Merged
merged 1 commit into from
Aug 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ From the implementation perspective [=platform sensor=] can be treated as a soft
corresponding [=device sensor=]. It is possible to have multiple [=platform sensors=] simultaneously
interacting with the same [=device sensor=] if the underlying platform suppports it.

In simple case a [=platform sensor=] corresponds to a single [=device sensor=],
but if the provided [=sensor readings=] are product of [=sensor fusion=] performed
In simple cases, a [=platform sensor=] corresponds to a single [=device sensor=],
but if the provided [=sensor readings=] are a product of [=sensor fusion=] performed
in software, the [=platform sensor=] corresponds to a set of [=device sensors=]
involved in the [=sensor fusion=] process.

Expand Down Expand Up @@ -1697,7 +1697,7 @@ for instance, "gyroscope" or "accelerometer". [=sensor fusion|Fusion sensors=] m
[=request permission to use|request permission to access=] each of the sensors that are
used as a source of fusion.

Even though, it might be difficult to reconstruct [=low-level=] [=sensor readings=] from
Even though it might be difficult to reconstruct [=low-level=] [=sensor readings=] from
fused data, some of the original information might be inferred. For example, it is easy to
deduce user's orientation in space if absolute or geomagnetic orientation sensors are used,
therefore, these sensors must [=request permission to use|request permission to use=]
Expand Down Expand Up @@ -1767,7 +1767,7 @@ that are required by the absolute orientation sensor.

<h3 id="example-webidl">Example WebIDL</h3>

Here's example WebIDL for a possible extension of this specification
Here's an example WebIDL for a possible extension of this specification
for proximity [=device sensor|sensors=].

<pre class=example>
Expand Down