diff --git a/packages/aws-cdk-lib/aws-globalaccelerator/lib/listener.ts b/packages/aws-cdk-lib/aws-globalaccelerator/lib/listener.ts index f291ec4a973f6..a80f221a48717 100644 --- a/packages/aws-cdk-lib/aws-globalaccelerator/lib/listener.ts +++ b/packages/aws-cdk-lib/aws-globalaccelerator/lib/listener.ts @@ -47,7 +47,7 @@ export interface ListenerOptions { * If you have stateful applications, client affinity lets you direct all * requests from a user to the same endpoint. * - * By default, each connection from each client is routed to seperate + * By default, each connection from each client is routed to separate * endpoints. Set client affinity to SOURCE_IP to route all connections from * a single client to the same endpoint. * diff --git a/packages/aws-cdk-lib/core/lib/arn.ts b/packages/aws-cdk-lib/core/lib/arn.ts index 944ea47c91917..af97489b5de44 100644 --- a/packages/aws-cdk-lib/core/lib/arn.ts +++ b/packages/aws-cdk-lib/core/lib/arn.ts @@ -43,7 +43,7 @@ export enum ArnFormat { /** * This represents a format where the 'resource' and 'resourceName' - * parts are seperated with a slash, + * parts are separated with a slash, * but there is also an additional slash after the colon separating 'account' from 'resource'. * Like in: 'arn:aws:service:region:account:/resource/resourceName'. * Note that the leading slash is _not_ included in the parsed 'resource' part.