AWS code-library documentation change
Summary
Minor wording change from 'uses the disable-key command' to 'disable-key command disables'
Security assessment
This is a grammatical improvement with no security implications. No security-related content was added or modified.
Diff
diff --git a/code-library/latest/ug/kms_example_kms_DisableKey_section.md b/code-library/latest/ug/kms_example_kms_DisableKey_section.md index 495792eec..d5c74b4a5 100644 --- a//code-library/latest/ug/kms_example_kms_DisableKey_section.md +++ b//code-library/latest/ug/kms_example_kms_DisableKey_section.md @@ -84 +84 @@ CLI -The following example uses the `disable-key` command to disable a customer managed KMS key. To re-enable the KMS key, use the `enable-key` command. +The following `disable-key` command disables a customer managed KMS key. To re-enable the KMS key, use the `enable-key` command.