Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit cf1c009

Browse files
committed
corrected minor typos
1 parent 1d0804b commit cf1c009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h2>Page load events</h2>
302302
</li>
303303
<li><code>errorThrown</code> (null, string, object)
304304
<ul>
305-
<li>According to the jQuery Core <a href="http://api.jquery.com/jQuery.ajax/">documentation</a>, this property may be an exception object if one occured, or if an HTTP error occured this will be set to the textual portion of the HTTP status. This is what gets passed as the 3rd argument to the framework's $.ajax() error callback.</li>
305+
<li>According to the jQuery Core <a href="http://api.jquery.com/jQuery.ajax/">documentation</a>, this property may be an exception object if one occurred, or if an HTTP error occurred this will be set to the textual portion of the HTTP status. This is what gets passed as the 3rd argument to the framework's $.ajax() error callback.</li>
306306
</ul>
307307
</li>
308308
</ul>

0 commit comments

Comments
 (0)