Skip to content

Commit

Permalink
[minor] Fix spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Nov 18, 2019
1 parent 54d4c8a commit 5827e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/commands/danger-ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { runRunner } from "./ci/runner"
program
.usage("[options]")
.description("Runs a Dangerfile in JavaScript or TypeScript.")
.option("--no-publish-check", "Dont add danger check to PR", false)
.option("--no-publish-check", "Don't add Danger check to PR", false)

setSharedArgs(program).parse(process.argv)

Expand Down

2 comments on commit 5827e35

@RDIL
Copy link
Member Author

@RDIL RDIL commented on 5827e35 Nov 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shit, didn't mean to push this directly sorry @orta

@orta
Copy link
Member

@orta orta commented on 5827e35 Nov 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.