Commit 1776c11f by Kyle Brandt Committed by GitHub

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

s/not/no/
parent 1b8701d4
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment