Skip to content

Commit 2cce7fa

Browse files
authored
docs(location-alpha): fix typos (#33024)
### Issue # (if applicable) None ### Reason for this change Fixed typos in code comments. ### 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 fe7b65a commit 2cce7fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-location-alpha/lib/map.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface MapProps {
5252
/**
5353
* Specifies the custom layers for the style.
5454
*
55-
* @default - no custom layes
55+
* @default - no custom layers
5656
*/
5757
readonly customLayers?: CustomLayer[];
5858

packages/@aws-cdk/aws-location-alpha/test/tracker.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ test('grant update device positions action', () => {
126126
}));
127127
});
128128

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

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

0 commit comments

Comments
 (0)