mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
docs: "also lets pass" -> "also lets you pass"
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user