Skip to content

Commit eba2f08

Browse files
committed
Merge branch 'patch-4' of github.com:AurelioDeRosa/api.jquery.com into AurelioDeRosa-patch-4
2 parents 8ad0c60 + cd77738 commit eba2f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ $( "<div/>", {
248248
</signature>
249249
<desc>Binds a function to be executed when the DOM has finished loading.</desc>
250250
<longdesc>
251-
<p>This function behaves just like <code>$( document ).ready()</code>, in that it should be used to wrap other <code>$()</code> operations on your page that depend on the DOM being ready. While this function is, technically, chainable, there really isn"t much use for chaining against it.</p>
251+
<p>This function behaves just like <code>$( document ).ready()</code>, in that it should be used to wrap other <code>$()</code> operations on your page that depend on the DOM being ready. While this function is, technically, chainable, there really isn't much use for chaining against it.</p>
252252
</longdesc>
253253
<example>
254254
<desc>Execute the function when the DOM is ready to be used.</desc>

0 commit comments

Comments
 (0)