Skip to content

Commit

Permalink
Fix spelling (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
besteman authored and fb55 committed Mar 9, 2018
1 parent d151d80 commit 89e7d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ $('li').wrap(healthy)
// </ul>
```

#### .css( [propertName] ) <br /> .css( [ propertyNames] ) <br /> .css( [propertyName], [value] ) <br /> .css( [propertName], [function] ) <br /> .css( [properties] )
#### .css( [propertyName] ) <br /> .css( [ propertyNames] ) <br /> .css( [propertyName], [value] ) <br /> .css( [propertyName], [function] ) <br /> .css( [properties] )

Get the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.

Expand Down

0 comments on commit 89e7d1c

Please sign in to comment.