Skip to content

Commit

Permalink
[docs] fix Boolan -> Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed May 27, 2019
1 parent 95179d8 commit 96a849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/styles/api/api.md
Expand Up @@ -9,7 +9,7 @@ A function which returns [a class name generator function](http://cssinjs.org/js
#### Arguments

1. `options` (*Object* [optional]):
- `options.disableGlobal` (*Boolan* [optional]): Defaults to `false`. Disable the generation of deterministic class names.
- `options.disableGlobal` (*Boolean* [optional]): Defaults to `false`. Disable the generation of deterministic class names.
- `options.productionPrefix` (*String* [optional]): Defaults to `'jss'`. The string used to prefix the class names in production.
- `options.seed` (*String* [optional]): Defaults to `''`. The string used to uniquely identify the generator. It can be used to avoid class name collisions when using multiple generators in the same document.

Expand Down

0 comments on commit 96a849c

Please sign in to comment.