From 8e9d7a058b78b4f8ca23d9c23feadee519e03d03 Mon Sep 17 00:00:00 2001 From: yu <77177966+andyu17@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:19:07 +0900 Subject: [PATCH] docs(pipes-alpha): fix typos (#32914) ### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### 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* --- packages/@aws-cdk/aws-pipes-alpha/lib/logs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/aws-pipes-alpha/lib/logs.ts b/packages/@aws-cdk/aws-pipes-alpha/lib/logs.ts index b99b2da6e8e65..01a4c9999931f 100644 --- a/packages/@aws-cdk/aws-pipes-alpha/lib/logs.ts +++ b/packages/@aws-cdk/aws-pipes-alpha/lib/logs.ts @@ -68,7 +68,7 @@ export interface S3LogDestinationProps { * The S3 bucket to deliver the log records for the pipe. * * The bucket can be in the same or a different AWS Account. If the bucket is in - * a different acccount, specify `bucketOwner`. You must also allow access to the + * a different account, specify `bucketOwner`. You must also allow access to the * Pipes role in the bucket policy of the cross-account bucket. * * @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-s3logdestination.html#cfn-pipes-pipe-s3logdestination-bucketname