Skip to content

Commit

Permalink
Merge pull request #471 from tychota/patch-1
Browse files Browse the repository at this point in the history
Fix one typo
  • Loading branch information
orta committed Jan 5, 2018
2 parents 9767464 + e6c5da5 commit aabb006
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 aabb006

Please sign in to comment.