Skip to content

Commit

Permalink
docs(opensearch): remove duplicate words (#32593)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
mazyu36 authored Dec 19, 2024
1 parent e867b94 commit e03dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-opensearchservice/lib/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ function extractNameFromEndpoint(domainEndpoint: string) {
}

/**
* Converts an engine version into a into a decimal number with major and minor version i.e x.y.
* Converts an engine version into a decimal number with major and minor version i.e x.y.
*
* @param version The engine version object
*/
Expand Down

0 comments on commit e03dee1

Please sign in to comment.