Skip to content

Commit 0770bde

Browse files
authored
Fixed typo
1 parent 507979c commit 0770bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-console.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
};
129129

130130
handleAjaxError = function (event, jqxhr, settings, exception) {
131-
$('div.output').html("<em>Error occured while posting your code.</em>");
131+
$('div.output').html("<em>Error occurred while posting your code.</em>");
132132
refreshKrumoState();
133133
};
134134

0 commit comments

Comments
 (0)