Commit 4e71675
authored
docs: correct code example in README of aws-cdk-lib/pipelines (#33354)
The code example in question mixed us-west-1 and us-east-1 in the same resource, which does not make sense and may be confusing.
Replace mentions of us-east-1 with us-west-1.
### Issue # (if applicable)
Closes #<issue number here>.
### Reason for this change
I was reading through the CDK docs for the pipeline constructs and I saw this typo in the code example, so I wanted to get it fixed.
### Description of changes
I edited a code example in a README file to correct a documentation inconsistency.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
N/A. No changes to functional components.
### 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 a2166e2 commit 4e71675
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1299 | 1299 | | |
1300 | 1300 | | |
1301 | 1301 | | |
1302 | | - | |
| 1302 | + | |
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | | - | |
| 1306 | + | |
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
| |||
0 commit comments