From ffb2f89a1c3169aa87d171e9ed12c073c60b4584 Mon Sep 17 00:00:00 2001 From: sakurai-ryo Date: Thu, 11 Jan 2024 19:59:21 +0900 Subject: [PATCH] chore: fix syntax --- docs/DESIGN_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DESIGN_GUIDELINES.md b/docs/DESIGN_GUIDELINES.md index 1647ad658714a..34396c4543fc4 100644 --- a/docs/DESIGN_GUIDELINES.md +++ b/docs/DESIGN_GUIDELINES.md @@ -929,7 +929,7 @@ the user. Constructs that represent such resources should conform to the following guidelines. -An optional prop called **role** of type **iam.IRole**should be exposed to allow +An optional prop called **role** of type **iam.IRole** should be exposed to allow users to "bring their own role", and use either an owned or unowned role _[awslint:role-config-prop]_.