Skip to content

Commit

Permalink
Fix one typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tychota committed Jan 5, 2018
1 parent 9767464 commit e6c5da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/commands/init/default-dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (!hasChangelog && !isTrivial) {
`

export const descriptionRule = `
// No PR is too small to include a decription of why you made a change
// No PR is too small to include a description of why you made a change
if (danger.github.pr.body.length < 10) {
warn('Please include a description of your PR changes.');
}
Expand Down

0 comments on commit e6c5da5

Please sign in to comment.