Skip to content

Commit 0e79c2d

Browse files
DavidChristiansenElad Ben-Israel
authored andcommitted
fix(aws-codecommit): typo in README (#780)
Removal of extra bracket.
1 parent 1dddd8a commit 0e79c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-codecommit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const pipeline = new codepipeline.Pipeline(this, 'MyPipeline', {
4040
});
4141
const sourceStage = new codepipeline.Stage(this, 'Source', {
4242
pipeline,
43-
}));
43+
});
4444
const sourceAction = new codecommit.PipelineSourceAction(this, 'CodeCommit', {
4545
stage: sourceStage,
4646
artifactName: 'SourceOutput', // name can be arbitrary

0 commit comments

Comments
 (0)