AWS IAM documentation change
Summary
Fixed typo from 'siganture' to 'signature' in signature creation documentation.
Security assessment
Typo fix in a technical document, no security implications or evidence of addressing security issues.
Diff
diff --git a/IAM/latest/UserGuide/reference_sigv-create-signed-request.md b/IAM/latest/UserGuide/reference_sigv-create-signed-request.md index a17a959b8..c2780da9e 100644 --- a//IAM/latest/UserGuide/reference_sigv-create-signed-request.md +++ b//IAM/latest/UserGuide/reference_sigv-create-signed-request.md @@ -345 +345 @@ To create a signing key for SigV4a, use the following process to derive a key pa -Once you have derived the signing key, calculate the signature to add to your request. This procedure varies based on the siganture version you use. +Once you have derived the signing key, calculate the signature to add to your request. This procedure varies based on the signature version you use.