fix(cli): fix typo in help text (#7903)

Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Jan Sepke 2021-07-29 11:23:50 +02:00 committed by GitHub
parent d02573e7c6
commit 600d82b17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ program
console.log(``);
console.log(`Examples:`);
console.log(` - $ install-deps`);
console.log(` Install dependecies fro default browsers.`);
console.log(` Install dependencies for default browsers.`);
console.log(``);
console.log(` - $ install-deps chrome firefox`);
console.log(` Install dependencies for specific browsers, supports ${suggestedBrowsersToInstall()}.`);