Skip to content

Commit da79dbb

Browse files
committed
Fix typo in README
1 parent b628527 commit da79dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ All node objects **must** have a unique `value`. This value is serialized into t
9696
| `expanded` | array | An array of expanded node values. | `[]` |
9797
| `name` | string | Optional name for the hidden `<input>` element. | `undefined` |
9898
| `nameAsArray` | bool | If true, the hidden `<input>` will encode its values as an array rather than a joined string. | `false` |
99-
| `noCascade` | bool | If true, the toggling a parent will **not** cascade its check state to its children. | `false` |
99+
| `noCascade` | bool | If true, toggling a parent node will **not** cascade its check state to its children. | `false` |
100100
| `optimisticToggle` | bool | If true, toggling a partially-checked node will select all children. If false, it will deselect. | `true` |
101101
| `showNodeIcon` | bool | If true, each node will show a parent or leaf icon. | `true` |
102102
| `onCheck` | function | onCheck handler: `function(checked) {}` | `() => {}` |

0 commit comments

Comments
 (0)