Skip to content

Commit 51c345f

Browse files
authored
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*
1 parent 5be88a3 commit 51c345f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/athena/start-query-execution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export interface ResultConfiguration {
256256
/**
257257
* Encryption option used if enabled in S3
258258
*
259-
* @default - SSE_S3 encrpytion is enabled with default encryption key
259+
* @default - SSE_S3 encryption is enabled with default encryption key
260260
*/
261261
readonly encryptionConfiguration?: EncryptionConfiguration;
262262
}

0 commit comments

Comments
 (0)