From b492f8fdfa8a831d8d5da527b784694d52530f1c Mon Sep 17 00:00:00 2001 From: Lora Reames Date: Fri, 22 Dec 2023 23:35:48 +0000 Subject: [PATCH] update API --- API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 3f7beca..d395e0e 100644 --- a/API.md +++ b/API.md @@ -132,14 +132,14 @@ const accountClosureStepFunctionProps: AccountClosureStepFunctionProps = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| privledgedRoleArn | string | *No description.* | +| privilegedRoleArn | string | *No description.* | --- -##### `privledgedRoleArn`Required +##### `privilegedRoleArn`Required ```typescript -public readonly privledgedRoleArn: string; +public readonly privilegedRoleArn: string; ``` - *Type:* string