Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit 49747c0

Browse files
authored
Typo
1 parent f40cc26 commit 49747c0

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
@@ -57,7 +57,7 @@ The default field name used by the package to handle the reference value to the
5757

5858
##### Node level property (levelField)
5959

60-
This property controls the deep level of the node on the tree. The default field value used to handle this feature is named `node_level`, you can change this value customizing the database field name your table/collection is using. Do this by setting the property calling the `setLevelField` method in the model `__constructot`:
60+
This property controls the deep level of the node in the tree. The default field value used to handle this feature is named `node_level`, you can change this value customizing the database field name your table/collection is using. Do this by setting the property calling the `setLevelField` method in the model `__constructot`:
6161

6262
<?php
6363
...

0 commit comments

Comments
 (0)