Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqporter authored and lukeed committed Mar 4, 2019
1 parent 4a4413d commit ead41a3
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 @@ -60,7 +60,7 @@ The `clsx` function can take ***any*** number of arguments, each of which can be
> **Important:** _Any_ falsey values are discarded!<br>Standalone Boolean values are discarded as well.
```js
clxs(true, false, '', null, undefined, 0, NaN);
clsx(true, false, '', null, undefined, 0, NaN);
//=> ''
```

Expand Down

0 comments on commit ead41a3

Please sign in to comment.