Skip to content

Commit

Permalink
fix(codepipeline): fixed typo in method docs within action.ts
Browse files Browse the repository at this point in the history
Corrected typo: was "Not that Action names" , should be: "Note that Action names".
  • Loading branch information
DavidChristiansen authored Feb 14, 2020
1 parent 78a5b7e commit 78a39b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline/lib/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export interface IStage {
export interface CommonActionProps {
/**
* The physical, human-readable name of the Action.
* Not that Action names must be unique within a single Stage.
* Note that Action names must be unique within a single Stage.
*/
readonly actionName: string;

Expand Down

0 comments on commit 78a39b7

Please sign in to comment.