We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95b17e commit 64c2bddCopy full SHA for 64c2bdd
README.md
@@ -78,5 +78,5 @@ This will work as you'd expect.
78
79
|Name|Type|Description|Default|
80
|---|---|---|---|
81
-|`allowMultiple`|`Boolean`|Determines weather `className` can have multiple class names.|`true`|
82
-|`includeOriginal`|`Boolean`|Determines weather the original `className` value should be kept in addition to the appended generated value.|`true`|
+|`allowMultiple`|`Boolean`| Determines whether `className` can have multiple class names. Throws an error when the constrained is not met. |`true`|
+|`includeOriginal`|`Boolean`| Determines whether the original `className` value should be kept in addition to the appended generated value. |`true`|
0 commit comments