Skip to content

Commit eefe172

Browse files
ericcarrawayarthurvr
authored andcommitted
Ajax Events: Fix space before a comma
Closes jquerygh-704
1 parent d289cf4 commit eefe172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Ajax_Events.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>Global Events</h3>
3333
});
3434
</code></pre>
3535
<h3>Events</h3>
36-
<p>This is the full list of Ajax events , and in the order in which they are triggered. The indented events are triggered for each and every Ajax request (unless a global option has been set). The ajaxStart and ajaxStop events are events that relate to all Ajax requests together.
36+
<p>This is the full list of Ajax events, and in the order in which they are triggered. The indented events are triggered for each and every Ajax request (unless a global option has been set). The ajaxStart and ajaxStop events are events that relate to all Ajax requests together.
3737
</p>
3838
<ul>
3939
<li> <b>ajaxStart</b> (Global Event)<br>This event is triggered if an Ajax request is started and no other Ajax requests are currently running.

0 commit comments

Comments
 (0)