From 51c345f7ee1354bf658afed6312c905e1575dba4 Mon Sep 17 00:00:00 2001 From: mazyu36 Date: Mon, 13 May 2024 12:54:47 +0900 Subject: [PATCH] docs(stepfunctions-tasks): fix typo (#30159) ### Reason for this change Fix typo. encrpytion -> encryption ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .../aws-stepfunctions-tasks/lib/athena/start-query-execution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/athena/start-query-execution.ts b/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/athena/start-query-execution.ts index 214aec3e0b531..d21eb83c97c8b 100644 --- a/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/athena/start-query-execution.ts +++ b/packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/athena/start-query-execution.ts @@ -256,7 +256,7 @@ export interface ResultConfiguration { /** * Encryption option used if enabled in S3 * - * @default - SSE_S3 encrpytion is enabled with default encryption key + * @default - SSE_S3 encryption is enabled with default encryption key */ readonly encryptionConfiguration?: EncryptionConfiguration; }