Skip to content

Commit 5a82d01

Browse files
chore(scripts): minor wording fix in console.log (#5782)
1 parent 6e785f3 commit 5a82d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/updateSelectorEngine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const WINDOW_MOCK = `{
2929
}`;
3030

3131
async function run() {
32-
console.log('updating JQuery Sel!ector engine...');
32+
console.log('updating JQuery Selector engine...');
3333

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

0 commit comments

Comments
 (0)