Skip to content

Commit c17fb7b

Browse files
authored
Fix spacing in README
1 parent 8d236bc commit c17fb7b

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
@@ -143,7 +143,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
143143
| Property | Type | Description | Default |
144144
| -------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------- | ----------- |
145145
| `nodes` | array | **Required**. Specifies the tree nodes and their children. | |
146-
| `checkModel` | string | Specifies which checked nodes should be stored in the `checked` array. Accepts `'leaf'` or `'all'`. | `'leaf'` |
146+
| `checkModel` | string | Specifies which checked nodes should be stored in the `checked` array. Accepts `'leaf'` or `'all'`. | `'leaf'` |
147147
| `checked` | array | An array of checked node values. | `[]` |
148148
| `disabled` | bool | If true, the component will be disabled and nodes cannot be checked. | `false` |
149149
| `expandDisabled` | bool | If true, the ability to expand nodes will be disabled. | `false` |

0 commit comments

Comments
 (0)