diff --git a/ext/console/02_console.js b/ext/console/02_console.js index 0f7b1a8db3bfb5..9edf78ffdc455f 100644 --- a/ext/console/02_console.js +++ b/ext/console/02_console.js @@ -2139,7 +2139,7 @@ label = String(label); if (!MapPrototypeHas(timerMap, label)) { - this.warn(`Timer '${label}' does not exists`); + this.warn(`Timer '${label}' does not exist`); return; }