We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba448e commit 2da876aCopy full SHA for 2da876a
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 it by selecting exit option.\n"
+ "\n> Kindly restart the CLI now to ensure that everything 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