diff --git a/files/en-us/web/api/detecting_device_orientation/index.html b/files/en-us/web/api/detecting_device_orientation/index.html index a5b07c2d96d007f..63c4546a142e553 100644 --- a/files/en-us/web/api/detecting_device_orientation/index.html +++ b/files/en-us/web/api/detecting_device_orientation/index.html @@ -23,7 +23,7 @@

Processing orientation events

All you need to do in order to begin receiving orientation change is to listen to the {{event("deviceorientation")}} event:

-

Note: gyronorm.js is a polyfill for normalizing the accelerometer and gyroscope data on mobile devices. This is useful for overcoming some of the differences in device support for device orientation.

+

Note: parallax is a polyfill for normalizing the accelerometer and gyroscope data on mobile devices. This is useful for overcoming some of the differences in device support for device orientation.

window.addEventListener("deviceorientation", handleOrientation, true);