Skip to content

Commit 56689ff

Browse files
Update dangerfile.ts
1 parent 1920e3e commit 56689ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const hasModulesChanges = danger.git.modified_files.some((file) => file.startsWi
66
const declaredTrivial =
77
!hasSourceChanges || danger.github.issue.labels.some((label) => label.name === 'trivial');
88

9-
// Make sure PR has a description and ca;;ing example.
9+
// Make sure PR has a description and calling example.
1010
async function hasDescription() {
1111
const linesOfCode = (await danger.git.linesOfCode()) ?? 0;
1212
const hasNoDiscription = danger.github.pr.body.includes('> Description goes here');

0 commit comments

Comments
 (0)