Skip to content

Commit 183ec35

Browse files
authored
docs(ecr): capitalize Import in existing repository header (#35787)
### Reason for this change Headers should follow proper title case formatting ### Description of changes Capitalized "Import" in the "Import existing repository" header in ECR README ### 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 c36f43d commit 183ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-ecr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ repository.addToResourcePolicy(new iam.PolicyStatement({
248248
}));
249249
```
250250

251-
## import existing repository
251+
## Import existing repository
252252

253253
You can import an existing repository into your CDK app using the `Repository.fromRepositoryArn`, `Repository.fromRepositoryName` or `Repository.fromLookup` method.
254254
These methods take the ARN or the name of the repository and returns an `IRepository` object.

0 commit comments

Comments
 (0)