Skip to content

Commit

Permalink
chore(lambda-destinations): fix typo in docs (#13305)
Browse files Browse the repository at this point in the history
Fix minor typo in lambda-destination docs.

cc @nija-at 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
robertd committed Feb 28, 2021
1 parent 4f464ac commit 1fcdb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-destinations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following destinations are supported
* SNS topic
* EventBridge event bus

Example with a SNS topic for sucessful invocations:
Example with a SNS topic for successful invocations:

```ts
import * as lambda from '@aws-cdk/aws-lambda';
Expand Down

0 comments on commit 1fcdb6d

Please sign in to comment.