Skip to content

Commit 81d0b7e

Browse files
committed
Fixed typo
1 parent 75ab822 commit 81d0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ exports.historyGlobalTracker = (cases, deaths, recovered, u, h, chartType) => {
247247
[col5(repo)]
248248
);
249249
return (
250-
table.toString() + br + br + space + green(randomSay()) + defaultfooter
250+
table.toString() + br + br + space + green(randomSay()) + defaultFooter
251251
);
252252
};
253253

0 commit comments

Comments
 (0)