Skip to content

Commit

Permalink
docs(stepfunctions-tasks): fix typo (aws#30159)
Browse files Browse the repository at this point in the history
### 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*
  • Loading branch information
mazyu36 authored May 13, 2024
1 parent 5be88a3 commit 51c345f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 51c345f

Please sign in to comment.