summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/sensor/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/sensor/README.md')
-rw-r--r--chromium/third_party/blink/renderer/modules/sensor/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/sensor/README.md b/chromium/third_party/blink/renderer/modules/sensor/README.md
index b3b3faabe85..7cb9d81b2a2 100644
--- a/chromium/third_party/blink/renderer/modules/sensor/README.md
+++ b/chromium/third_party/blink/renderer/modules/sensor/README.md
@@ -1,7 +1,7 @@
# Generic Sensor
`third_party/blink/renderer/modules/sensor` implements the following concrete
-sensor intrefaces based on the [Generic Sensor API]
+sensor interfaces based on the [Generic Sensor API]
(https://w3c.github.io/sensors):
1. [Ambient Light Sensor] (https://w3c.github.io/ambient-light)
1. [Accelerometer] (https://w3c.github.io/accelerometer)
@@ -10,7 +10,7 @@ sensor intrefaces based on the [Generic Sensor API]
1. [Absolute Orientation Sensor] (https://w3c.github.io/orientation-sensor)
The platform-specific parts of the implementation are located in
-`device/generic_sensor`.
+`services/device/generic_sensor`.
## Testing