From 1fcdb6daf931147b8f33facb8ab9c9f80e5c9eee Mon Sep 17 00:00:00 2001 From: Robert Djurasaj Date: Sun, 28 Feb 2021 00:40:07 -0700 Subject: [PATCH] chore(lambda-destinations): fix typo in docs (#13305) 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* --- packages/@aws-cdk/aws-lambda-destinations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-lambda-destinations/README.md b/packages/@aws-cdk/aws-lambda-destinations/README.md index 8459820e9686e..404b0b3157adb 100644 --- a/packages/@aws-cdk/aws-lambda-destinations/README.md +++ b/packages/@aws-cdk/aws-lambda-destinations/README.md @@ -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';