Skip to content

Commit a172153

Browse files
ericcarrawayKrinkle
authored andcommitted
Ajax Events: Fix two typos
Closes gh-648
1 parent 8861488 commit a172153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/ajax/ajax-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"attribution": [ "jQuery Fundamentals" ]
66
}</script>
77

8-
Often, you'll want to perform an operation whenever an Ajax requests starts or stops, such as showing or hiding a loading indicator. Rather than defining this behavior inside every Ajax request, you can bind Ajax events to elements just like you'd bind other events. For a complete list of Ajax events, visit [Ajax Events documentation on docs.jquery.com](http://docs.jquery.com/Ajax_Events).
8+
Often, you'll want to perform an operation whenever an Ajax request starts or stops, such as showing or hiding a loading indicator. Rather than defining this behavior inside every Ajax request, you can bind Ajax events to elements just like you'd bind other events. For a complete list of Ajax events, visit [Ajax Events documentation on docs.jquery.com](http://docs.jquery.com/Ajax_Events).
99

1010
```
1111
// Setting up a loading indicator using Ajax Events

0 commit comments

Comments
 (0)