Skip to content

Commit 6efa8ef

Browse files
Krinklekswedberg
authored andcommitted
attribute-contains-selector: Remove odd word from desc Fixes jquery#507. Closes jquery#508
1 parent bffd21e commit 6efa8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/attribute-contains-selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<desc>An attribute value. Can be either an unquoted single word or a quoted string.</desc>
1212
</argument>
1313
</signature>
14-
<desc>Selects elements that have the specified attribute with a value containing the a given substring.</desc>
14+
<desc>Selects elements that have the specified attribute with a value containing a given substring.</desc>
1515
<longdesc>
1616
<p>This is the most generous of the jQuery attribute selectors that match against a value. It will select an element if the selector's string appears anywhere within the element's attribute value. Compare this selector with the Attribute Contains Word selector (e.g. [attr~="word"]), which is more appropriate in many cases.</p>
1717
</longdesc>

0 commit comments

Comments
 (0)