Fix typos

This commit is contained in:
Alexey Pyltsyn 2019-05-29 20:03:39 +03:00
parent 3dd9fb053a
commit 16e7d07dc0
5 changed files with 5 additions and 5 deletions

View file

@ -521,7 +521,7 @@ try {
}
*/!*
alert(result || "error occured");
alert(result || "error occurred");
alert( `execution took ${diff}ms` );
```