Skip to content

Commit 3e47a05

Browse files
committed
🐛 FIX: typo
1 parent d5aa8f0 commit 3e47a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/authentication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ try {
3838
fs.writeFile(`./user.js`, userName, (err) => {});
3939
io.write(
4040
green(
41-
"\n> Kindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"
41+
"\n> Kindly restart the CLI now to ensure that everyone is working perfectly. You can do it by selecting exit option.\n"
4242
)
4343
);
4444
io.write(red("> THIS IS ONE TIME THINGY."));

0 commit comments

Comments
 (0)