Skip to content

Commit 8407a38

Browse files
thefourtheyegibson042
authored andcommitted
deferred.catch: Add a missing word
Closes jquerygh-1106
1 parent 3a94c50 commit 8407a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/deferred.catch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p><code>deferred.catch( fn )</code> is an alias to <a href="/deferred.then/"><code>deferred.then( null, fn )</code></a>. Read its page for more information.</p>
1616
</longdesc>
1717
<example>
18-
<desc>Since the <a href="/jQuery.get/"><code>jQuery.get</code></a> method returns a jqXHR object, which is derived from a Deferred object, we can rejection handlers using the <code>.catch</code> method.</desc>
18+
<desc>Since the <a href="/jQuery.get/"><code>jQuery.get</code></a> method returns a jqXHR object, which is derived from a Deferred object, we can add rejection handlers using the <code>.catch</code> method.</desc>
1919
<code><![CDATA[
2020
$.get( "test.php" )
2121
.then( function() {

0 commit comments

Comments
 (0)