Skip to content

Commit cd77738

Browse files
committed
Update jQuery.xml
Fixed a small typo
1 parent fb3f5f8 commit cd77738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/jQuery.xml

Lines changed: 1 addition & 1 deletion
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)