Skip to content

Commit

Permalink
chore(scripts): minor wording fix in console.log (#5782)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 20, 2024
1 parent 6e785f3 commit 5a82d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateSelectorEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const WINDOW_MOCK = `{
}`;

async function run() {
console.log('updating JQuery Sel!ector engine...');
console.log('updating JQuery Selector engine...');

await runCommand(`npm install --ignore-scripts`, jqueryDepDir);
await runCommand(`npm run build -- --include=selector`, jqueryDepDir);
Expand Down

0 comments on commit 5a82d01

Please sign in to comment.