Skip to content

Commit ac8fe04

Browse files
committed
danger: correct typo
1 parent ec22c7d commit ac8fe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ warn("This change includes modification to a file that was backported from newer
103103

104104
# Reasonable commits must update CHANGES
105105
if !github.pr_body.include?("#nochanges") && @S_CHANGE_LINES && git.lines_of_code > @S_CHANGE_LINES && !git.modified_files.include?("CHANGES") && checkFilesPattern(@S_CHANGES_REQUIRED_PATTERNS).any?
106-
warn("You shoudl update CHANGES due to the size of this PR")
106+
warn("You should update CHANGES due to the size of this PR")
107107
end
108108

109109
if git.added_files.grep(@S_MIGRATIONS).any?

0 commit comments

Comments
 (0)