Skip to content

Commit

Permalink
fix typos in awsx-classic/ecr/README.md (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegchorny authored Aug 24, 2023
1 parent 2a8dbea commit 45136c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awsx-classic/ecr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const repository = new awsx.ecr.Repository("app", {
rules: [{
selection: { tagPrefixList: ["alpha", "beta"] },
maximumAgeLimit: 5,
},
}],
},
});
```
Expand Down Expand Up @@ -238,7 +238,7 @@ const repository = new awsx.ecr.Repository("app", {
rules: [{
selection: "any",
maximumNumberOfImages: 5,
},
}],
},
});
```
Expand Down

0 comments on commit 45136c5

Please sign in to comment.