diff --git a/primer/index.bs b/primer/index.bs
index 1747f71..9abbc0b 100644
--- a/primer/index.bs
+++ b/primer/index.bs
@@ -781,7 +781,7 @@ Response
9. Checks issuer
-The AS checks that the `iss` claim in the access token matches the issuer listed in the user's
+The AS checks that the `iss` claim in the ID token matches the issuer listed in the user's
WebID. If it does not, the AS must reject the request with a 403.
10. Retrieves OP configuration
@@ -877,10 +877,10 @@ Response (application/json)
Notice that the `keys` field is an array, so an OP could have multiple public keys.
-12. Checks access token signature validity
+12. Checks ID token signature validity
-Using the `kid` value in the access token, the AS searches the OP keys for one that matches the
-access token. Checks to see if the access token was signed by that key. If it was not, the AS
+Using the `kid` value in the ID token, the AS searches the OP keys for one that matches the
+ID token. Checks to see if the ID token was signed by that key. If it was not, the AS
must reject the request with a 403.
13. Access Token Response