Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Fix typo in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Aug 11, 2014
1 parent 7c827ff commit 04e5e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
try {
return JSON.parse(r);
} catch (x) {
console.warn('core-ajax caught an exception trying to parse reponse as JSON:');
console.warn('core-ajax caught an exception trying to parse response as JSON:');
console.warn('url:', this.url);
console.warn(x);
return r;
Expand Down

0 comments on commit 04e5e9b

Please sign in to comment.