dev: fix pre-commit typo in toolkit (#20673)

s/not/no/
This commit is contained in:
Kyle Brandt 2019-11-26 12:03:44 -05:00 committed by GitHub
parent 1b8701d4c8
commit 1776c11fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ const precommitRunner: TaskRunner<PrecommitOptions> = async () => {
return task;
}
console.log(chalk.yellow('Skipping precommit checks, not front-end changes detected'));
console.log(chalk.yellow('Skipping precommit checks, no front-end changes detected'));
return;
};