Skip to content

Commit 0b8362c

Browse files
Solantevilebottnawi
authored andcommitted
docs(readme): fix property description (webpack-contrib#923)
1 parent d3a0a3c commit 0b8362c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ By default, the exported JSON keys mirror the class names. If you want to cameli
584584

585585
| Name | Type | Description |
586586
| :----------------: | :---------: | :----------------------------------------------------------------------------------------------------------------------- |
587-
| **`false`** | `{Boolean}` | Class names will be camelized, the original class name will not to be removed from the locals |
588-
| **`true`** | `{Boolean}` | Class names will be camelized |
587+
| **`false`** | `{Boolean}` | Class names won't be camelized |
588+
| **`true`** | `{Boolean}` | Class names will be camelized, the original class name will not to be removed from the locals |
589589
| **`'dashes'`** | `{String}` | Only dashes in class names will be camelized |
590590
| **`'only'`** | `{String}` | Introduced in `0.27.1`. Class names will be camelized, the original class name will be removed from the locals |
591591
| **`'dashesOnly'`** | `{String}` | Introduced in `0.27.1`. Dashes in class names will be camelized, the original class name will be removed from the locals |

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)