Skip to content

Commit 2848695

Browse files
AurelioDeRosakswedberg
authored andcommitted
parent-selector: reomove extra 'that'
1 parent e61975a commit 2848695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/parent-selector.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<signature>
66
<added>1.0</added>
77
</signature>
8-
<desc>Select all elements that that have at least one child node (either an element or text).</desc>
8+
<desc>Select all elements that have at least one child node (either an element or text).</desc>
99
<longdesc>
1010
<p>This is the inverse of <code>:empty</code>. </p>
1111
<p>One important thing to note regarding the use of <code>:parent</code> (and <code>:empty</code>) is that child nodes include text nodes.</p>
@@ -27,4 +27,4 @@
2727
<category slug="selectors/content-filter-selector"/>
2828
<category slug="selectors/jquery-selector-extensions"/>
2929
<category slug="version/1.0"/>
30-
</entry>
30+
</entry>

0 commit comments

Comments
 (0)