From bf154cdff844dc984c1488ae735c0a67bb449a34 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 3 Oct 2018 13:25:57 -0500 Subject: [PATCH] fix doc typo (#5455) --- website/source/api/secret/aws/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/secret/aws/index.html.md b/website/source/api/secret/aws/index.html.md index e7adcad754..c14aec6fcf 100644 --- a/website/source/api/secret/aws/index.html.md +++ b/website/source/api/secret/aws/index.html.md @@ -209,7 +209,7 @@ updated with the new attributes. prohibited otherwise. This is a comma-separated string or JSON array. - `policy_arns` `(list: [])` – Specifies the ARNs of the AWS managed policies to - be attached to IAM users when they are requsted. Valid only when + be attached to IAM users when they are requested. Valid only when `credential_type` is `iam_user`. When `credential_type` is `iam_user`, at least one of `policy_arns` or `policy_document` must be specified. This is a comma-separated string or JSON array.