File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ that happen. You can do this via the ``shouldSendCallback`` setting:
9494 jQuery AJAX Error Reporting
9595---------------------------
9696
97- For automatically AJAX errors from jQuery the following tip might come in
98- helpful. However depending on the type of request you might have to do
99- slightly different things.
97+ For automatically reporting AJAX errors from jQuery, the following tips
98+ might be helpful, however depending on the type of request you might
99+ have to do slightly different things.
100100
101101Same Origin
102102-----------
@@ -139,7 +139,7 @@ You can use this event to globally handle Ajax errors:
139139Cross Origin
140140------------
141141
142- Due security reasons most web browsers are not giving permissions to
142+ Due to security reasons most web browsers are not giving permissions to
143143access error messages for cross domain scripts. This is not jQuery issue
144144but an overall javascript limitation.
145145
You can’t perform that action at this time.
0 commit comments