AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-08-28 · Documentation low

File: cognito/latest/developerguide/how-to-manage-user-accounts.md

Summary

Fixed typos in API documentation examples (changed 'exanple' to 'example')

Security assessment

The changes are typographical corrections without any security implications. No security-related content was added or modified beyond spelling fixes.

Diff

diff --git a/cognito/latest/developerguide/how-to-manage-user-accounts.md b/cognito/latest/developerguide/how-to-manage-user-accounts.md
index 64a1f9afb..34905fa90 100644
--- a//cognito/latest/developerguide/how-to-manage-user-accounts.md
+++ b//cognito/latest/developerguide/how-to-manage-user-accounts.md
@@ -96 +96 @@ Delete a user account (API)
-Users can delete their accounts with the self-service access-token-authorized [DeleteUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUser.html) API operation. The following is an exanple `DeleteUser` request body.
+Users can delete their accounts with the self-service access-token-authorized [DeleteUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUser.html) API operation. The following is an example `DeleteUser` request body.
@@ -103 +103 @@ Users can delete their accounts with the self-service access-token-authorized [D
-Administrators can delete user accounts with the IAM-authorized [AdminDeleteUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUser.html) API operation. The following is an exanple `AdminDeleteUser` request body.
+Administrators can delete user accounts with the IAM-authorized [AdminDeleteUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUser.html) API operation. The following is an example `AdminDeleteUser` request body.
@@ -134 +134 @@ Disable a user account (API)
-Administrators can disable user accounts with the IAM-authorized [AdminDisableUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDisableUser.html) API operation. The following is an exanple `AdminDisableUser` request body.
+Administrators can disable user accounts with the IAM-authorized [AdminDisableUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDisableUser.html) API operation. The following is an example `AdminDisableUser` request body.
@@ -165 +165 @@ Enable a user account (API)
-Administrators can enable user accounts with the IAM-authorized [AdminEnableUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminEnableUser.html) API operation. The following is an exanple `AdminEnableUser` request body.
+Administrators can enable user accounts with the IAM-authorized [AdminEnableUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminEnableUser.html) API operation. The following is an example `AdminEnableUser` request body.