AWS cognito documentation change
Summary
Fixed a typo in the description of the AdminUserGlobalSignOut operation
Security assessment
The change corrects a typo ('administrataor' to 'administrator') but does not relate to a security issue.
Diff
diff --git a/cognito/latest/developerguide/token-revocation.md index 1245fdae8..a51405685 100644 --- a/cognito/latest/developerguide/token-revocation.md +++ b/cognito/latest/developerguide/token-revocation.md @@ -29 +29 @@ The [revoke endpoint](./revocation-endpoint.html) revokes a given refresh token -[AdminUserGlobalSignOut](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUserGlobalSignOut.html) is a server-side operation that an administrataor authorizes with IAM credentials. This operation revokes all of the target user's refresh, ID, and access tokens. +[AdminUserGlobalSignOut](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUserGlobalSignOut.html) is a server-side operation that an administrator authorizes with IAM credentials. This operation revokes all of the target user's refresh, ID, and access tokens.