Skip to content

Commit 87f9c14

Browse files
Fix typo
1 parent ab807e8 commit 87f9c14

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
@@ -61,7 +61,7 @@ You can provide a second argument to arrayToTree with configuration options. Rig
6161

6262
- `id`: key of the id field of the item. Default: `"id"`
6363
- `parentId`: key of the parent's id field of the item. Default: `"parentId"`
64-
- `dataField`: key which will contain all properties/data of the origina items. Set to null if you don't want a container. Default: `"data"`
64+
- `dataField`: key which will contain all properties/data of the original items. Set to null if you don't want a container. Default: `"data"`
6565

6666
Example:
6767

0 commit comments

Comments
 (0)