Commit 3b3a09d
authored
docs: fix duplicate word typos in README files (#37370)
### Reason for this change
Fix repeated words in README files that serve as the official documentation landing pages.
### Description of changes
- `a a` → `a` (aws-cognito-identitypool)
- `the the` → `the` (aws-cognito, aws-ec2, aws-stepfunctions)
- `of of` → `of` (aws-ec2)
- `at at` → `at` (aws-ecr)
### Description of how you validated changes
Documentation-only changes. No functional impact.
### 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)1 parent 0f62b21 commit 3b3a09dCopy full SHA for 3b3a09d
5 files changed
+6-6Lines changed: 6 additions & 6 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/aws-cdk-lib/aws-cognito-identitypool/README.md
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-cognito-identitypool/README.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
|
Collapse file
packages/aws-cdk-lib/aws-cognito/README.md
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-cognito/README.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
823 | 823 | |
824 | 824 | |
825 | 825 | |
826 | | - |
| 826 | + |
827 | 827 | |
828 | 828 | |
829 | 829 | |
|
Collapse file
packages/aws-cdk-lib/aws-ec2/README.md
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-ec2/README.md+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
415 | 415 | |
416 | 416 | |
417 | 417 | |
418 | | - |
| 418 | + |
419 | 419 | |
420 | 420 | |
421 | 421 | |
| ||
619 | 619 | |
620 | 620 | |
621 | 621 | |
622 | | - |
| 622 | + |
623 | 623 | |
624 | 624 | |
625 | 625 | |
|
Collapse file
packages/aws-cdk-lib/aws-ecr/README.md
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-ecr/README.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
|
Collapse file
packages/aws-cdk-lib/aws-stepfunctions/README.md
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/aws-stepfunctions/README.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
582 | 582 | |
583 | 583 | |
584 | 584 | |
585 | | - |
| 585 | + |
586 | 586 | |
587 | 587 | |
588 | 588 | |
|
0 commit comments