Skip to content

Commit db3f8d8

Browse files
committed
Console log actived -> activated
The spelling in the code didn't match README and I figured the README is correct?
1 parent 0e5d6c3 commit db3f8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if (parsedArgs.help) {
137137
"dev.pkgx.activated",
138138
).touch();
139139
console.log(
140-
"%cactived",
140+
"%cactivated",
141141
"color: green",
142142
pkgs.map(utils.pkg.str).join(" "),
143143
);

0 commit comments

Comments
 (0)