mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Fix spelling of "occurred" in various places.
This commit is contained in:
committed by
Tim Abbott
parent
6be6aec825
commit
4775f55ca7
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user