Fix typos in log messages

Several of the log messages contained minor typos.
This commit is contained in:
per1234
2022-08-20 19:42:51 -07:00
parent 1281ad1932
commit 3ec62642dd
5 changed files with 5 additions and 5 deletions

View File

@@ -743,7 +743,7 @@ export class CompilerErrors
}
console.warn(
'compiler-errors',
`could not found editor widget for URI: ${uri}`
`could not find editor widget for URI: ${uri}`
);
return undefined;
}