diff --git a/index.bs b/index.bs
index 16de558..84d0a37 100644
--- a/index.bs
+++ b/index.bs
@@ -525,7 +525,7 @@ At an implementation-defined interval interval, the user agent
1. If rotationRate's x axis rotation rate is not null, limit its precision to no more than 0.1 deg/s.
1. Set rotationRate's y axis rotation rate to the device's rotation rate about the Y axis, or null if it cannot be provided.
1. If rotationRate's y axis rotation rate is not null, limit its precision to no more than 0.1 deg/s.
- 1. Set rotationRate's z axis rotation rate to the device's rotation rate along the Z axis, or null if it cannot be provided.
+ 1. Set rotationRate's z axis rotation rate to the device's rotation rate about the Z axis, or null if it cannot be provided.
1. If rotationRate's z axis rotation rate is not null, limit its precision to no more than 0.1 deg/s.
1. Fire an event named devicemotion
at window, using {{DeviceMotionEvent}}, with the {{DeviceMotionEvent/acceleration}} attribute initialized to acceleration, the {{DeviceMotionEvent/accelerationIncludingGravity}} attribute initialized to accelerationIncludingGravity, the {{DeviceMotionEvent/rotationRate}} attribute initialized to rotationRate, and the {{DeviceMotionEvent/interval}} attribute initialized to interval.