diff --git a/index.bs b/index.bs
index 9324244..32b6281 100644
--- a/index.bs
+++ b/index.bs
@@ -528,7 +528,7 @@ The requestPermission() method steps a
1. Run these steps in parallel:
1. Let |permissions| be « "accelerometer", "gyroscope" ».
1. [=list/For each=] |name| of |permissions|:
- 1. If |name|'s permission state is "{{PermissionState/prompt}}" and |hasTransientActivation| is false:
+ 1. If |name|'s permission state is "{{PermissionState/prompt}}" and |hadTransientActivation| is false:
1. [=Queue a global task=] on the [=device motion and orientation task source=] given |global| to [=reject=] |result| with a "{{NotAllowedError}}" {{DOMException}}.
1. Return.
1. Let |permissionState| be "{{PermissionState/granted}}".