Skip to content

Commit 043079e

Browse files
AurelioDeRosaarthurvr
authored andcommitted
addClass: Minor description improvement
Closes gh-697
1 parent 3b2f209 commit 043079e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/addClass.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<return type="String"/>
1717
</argument>
1818
</signature>
19-
<desc>Adds the specified class(es) to each of the set of matched elements.</desc>
19+
<desc>Adds the specified class(es) to each element in the set of matched elements.</desc>
2020
<longdesc>
2121
<p>It's important to note that this method does not replace a class. It simply adds the class, appending it to any which may already be assigned to the elements.</p>
2222
<p>More than one class may be added at a time, separated by a space, to the set of matched elements, like so:</p>

0 commit comments

Comments
 (0)