Skip to content

Commit

Permalink
docs(readme): fix property description (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Solant authored and evilebottnawi committed Apr 19, 2019
1 parent d3a0a3c commit 0b8362c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ By default, the exported JSON keys mirror the class names. If you want to cameli

| Name | Type | Description |
| :----------------: | :---------: | :----------------------------------------------------------------------------------------------------------------------- |
| **`false`** | `{Boolean}` | Class names will be camelized, the original class name will not to be removed from the locals |
| **`true`** | `{Boolean}` | Class names will be camelized |
| **`false`** | `{Boolean}` | Class names won't be camelized |
| **`true`** | `{Boolean}` | Class names will be camelized, the original class name will not to be removed from the locals |
| **`'dashes'`** | `{String}` | Only dashes in class names will be camelized |
| **`'only'`** | `{String}` | Introduced in `0.27.1`. Class names will be camelized, the original class name will be removed from the locals |
| **`'dashesOnly'`** | `{String}` | Introduced in `0.27.1`. Dashes in class names will be camelized, the original class name will be removed from the locals |
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b8362c

Please sign in to comment.