Skip to content

Commit

Permalink
Merge branch 'main' into fix/20250121/servicecatalogappregistry-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 22, 2025
2 parents d06cb88 + 2cce7fa commit 4e5a3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-location-alpha/lib/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export interface MapProps {
/**
* Specifies the custom layers for the style.
*
* @default - no custom layes
* @default - no custom layers
*/
readonly customLayers?: CustomLayer[];

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-location-alpha/test/tracker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test('grant update device positions action', () => {
}));
});

test('grant resd device positions actions', () => {
test('grant read device positions actions', () => {
const tracker = new Tracker(stack, 'Tracker', {});

const role = new iam.Role(stack, 'Role', {
Expand Down

0 comments on commit 4e5a3be

Please sign in to comment.