Skip to content

Commit 13192d0

Browse files
committed
Another quick change, catching the other "two" spaces
1 parent 0105aee commit 13192d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.trim.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p>The <code>$.trim()</code> function removes all newlines, spaces (including non-breaking spaces), and tabs from the beginning and end of the supplied string. If these whitespace characters occur in the middle of the string, they are preserved.</p>
1313
</longdesc>
1414
<example>
15-
<desc>Remove the two white spaces at the start and at the end of the string.</desc>
15+
<desc>Remove the white spaces at the start and at the end of the string.</desc>
1616
<code><![CDATA[
1717
var str = " lots of spaces before and after ";
1818
$("#original").html("Original String: '" + str + "'");

0 commit comments

Comments
 (0)