Skip to content

Commit 5eec27d

Browse files
committed
🐛 FIX: Typo
1 parent 4223938 commit 5eec27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const { clear, debug } = flags;
1717

1818
(async () => {
1919
init({ clear });
20-
input.include(`help`) && cli.showHelp(0);
20+
input.includes(`help`) && cli.showHelp(0);
2121

2222
debug && log(flags);
2323
})();

0 commit comments

Comments
 (0)