Skip to content

Commit

Permalink
Fix: spelling correction in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-alejandre authored and joel-aws committed May 12, 2020
1 parent 4e443a5 commit 7982f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/region-info/lib/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Default {
'states',
]);

// Account for idiosyncratic Service Principles in `us-iso-*` regions
// Account for idiosyncratic Service Principals in `us-iso-*` regions
if (region.startsWith('us-iso-') && US_ISO_EXCEPTIONS.has(service)) {
switch (service) {
// Services with universal principal
Expand All @@ -61,7 +61,7 @@ export class Default {
}
}

// Account for idiosyncratic Service Principles in `us-isob-*` regions
// Account for idiosyncratic Service Principals in `us-isob-*` regions
if (region.startsWith('us-isob-') && US_ISOB_EXCEPTIONS.has(service)) {
switch (service) {
// Services with universal principal
Expand Down

0 comments on commit 7982f5c

Please sign in to comment.