Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-globalaccelerator/lib/listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/core/lib/arn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading