Skip to content

Commit e03dee1

Browse files
authored
docs(opensearch): remove duplicate words (#32593)
I deleted the duplicate `into a`. ### 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*
1 parent e867b94 commit e03dee1

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-opensearchservice/lib

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-opensearchservice/lib/domain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ function extractNameFromEndpoint(domainEndpoint: string) {
21202120
}
21212121

21222122
/**
2123-
* Converts an engine version into a into a decimal number with major and minor version i.e x.y.
2123+
* Converts an engine version into a decimal number with major and minor version i.e x.y.
21242124
*
21252125
* @param version The engine version object
21262126
*/

0 commit comments

Comments
 (0)