Skip to content

Commit aeafc67

Browse files
author
acrazing
authored
Merge pull request #18 from jkilzi/patch-2
Update dpdm.ts
2 parents 9af8ad0 + 7cef429 commit aeafc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/dpdm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async function main() {
198198
if (circulars.length === 0) {
199199
console.log(
200200
chalk.bold.green(
201-
' ✅ Congratulations, no circular dependency were found in your project.',
201+
' ✅ Congratulations, no circular dependency was found in your project.',
202202
),
203203
);
204204
} else {

0 commit comments

Comments
 (0)