We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aa8f0 commit 3e47a05Copy full SHA for 3e47a05
utils/authentication.js
@@ -38,7 +38,7 @@ try {
38
fs.writeFile(`./user.js`, userName, (err) => {});
39
io.write(
40
green(
41
- "\n> Kindly restart the CLI now to ensure that everyone is working perfectly. You can do by selecting exit option.\n"
+ "\n> Kindly restart the CLI now to ensure that everyone is working perfectly. You can do it by selecting exit option.\n"
42
)
43
);
44
io.write(red("> THIS IS ONE TIME THINGY."));
0 commit comments