Skip to content

Commit cd9ad42

Browse files
authored
Merge pull request #59 from SilverFire/patch-1
Fixed typo
2 parents 507979c + 0770bde commit cd9ad42

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)