Skip to content

Commit

Permalink
Merge pull request facebook#4739 from henrik/patch-1
Browse files Browse the repository at this point in the history
docs: "also lets pass" -> "also lets you pass"
  • Loading branch information
zpao committed Aug 31, 2015
2 parents 0ff65cc + 01151c1 commit dc23faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/10.3-class-name-manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ render: function() {

When using `classSet()`, pass an object with keys of the CSS class names you might or might not need. Truthy values will result in the key being a part of the resulting string.

`classSet()` also lets pass class names in as arguments that are then concatenated for you:
`classSet()` also lets you pass class names in as arguments that are then concatenated for you:

```javascript
render: function() {
Expand Down

0 comments on commit dc23faf

Please sign in to comment.