Fix spelling of "occurred" in various places.

This commit is contained in:
Benjamin Gilbert
2017-04-17 19:55:19 -07:00
committed by Tim Abbott
parent 6be6aec825
commit 4775f55ca7
22 changed files with 22 additions and 22 deletions

View File

@@ -1441,7 +1441,7 @@ function marked(src, opt, callback) {
} catch (e) {
e.message += '\nPlease report this to https://github.com/chjj/marked.';
if ((opt || marked.defaults).silent) {
return '<p>An error occured:</p><pre>'
return '<p>An error occurred:</p><pre>'
+ escape(e.message + '', true)
+ '</pre>';
}