Skip to content

Commit

Permalink
chore(scripts): minor wording fix in console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduy1407 committed Dec 1, 2024
1 parent e59cfd7 commit 9faed73
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 9faed73

Please sign in to comment.