Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ssm/lib/parameter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhcsun authored Jun 26, 2024
1 parent d7b77c7 commit b61fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ssm/lib/parameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface ParameterOptions {
/**
* Indicates whether the parameter name is a simple name. A parameter name
* without any "/" is considered a simple name. If the parameter name includes
* "/", setting simpleName to true might cause unintended issues, such
* "/", setting simpleName to true might cause unintended issues such
* as duplicate "/" in the resulting ARN.
*
* This is required only if `parameterName` is a token, which means we
Expand Down

0 comments on commit b61fcea

Please sign in to comment.