From 32a16e19e1301f807bbb3f20c66cfc2371afe7d5 Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Fri, 27 Sep 2024 16:57:44 -0700 Subject: [PATCH] fix grammer in readme --- packages/@aws-cdk/aws-pipes-targets-alpha/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/@aws-cdk/aws-pipes-targets-alpha/README.md b/packages/@aws-cdk/aws-pipes-targets-alpha/README.md index 2fbb37f0580fa..1a34674b92f5a 100644 --- a/packages/@aws-cdk/aws-pipes-targets-alpha/README.md +++ b/packages/@aws-cdk/aws-pipes-targets-alpha/README.md @@ -29,10 +29,10 @@ Pipe targets are the end point of a EventBridge Pipe. The following targets are supported: -1. `targets.SqsTarget`: [Send event source to a Queue](#amazon-sqs) +1. `targets.SqsTarget`: [Send event source to an SQS queue](#amazon-sqs) 2. `targets.SfnStateMachine`: [Invoke a State Machine from an event source](#aws-step-functions-state-machine) -3. `targets.LambdaFunction`: [Send event source to a Lambda Function](#aws-lambda-function) -4. `targets.ApiDestinationTarget`: [Send event source to an EventBridge API Destination](#amazon-eventbridge-api-destination) +3. `targets.LambdaFunction`: [Send event source to a Lambda function](#aws-lambda-function) +4. `targets.ApiDestinationTarget`: [Send event source to an EventBridge API destination](#amazon-eventbridge-api-destination) 5. `targets.EventBridgeTarget`: [Send event source to an EventBridge event bus](#amazon-eventbridge-event-bus) ### Amazon SQS