Skip to content

Commit 7dbf59d

Browse files
committed
Fix typo nesetedset
1 parent 4a8456c commit 7dbf59d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADE.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Upgrading from 4.0 to 4.1
22

3-
Nested sets feature has been moved to trait `Kalnoy\Nesetedset\NodeTrait`, but
4-
old `Kalnoy\Nesetedset\Node` class is still available.
3+
Nested sets feature has been moved to trait `Kalnoy\Nestedset\NodeTrait`, but
4+
old `Kalnoy\Nestedset\Node` class is still available.
55

66
Some methods on trait were renamed (see changelog), but still available on legacy
77
node class.
@@ -25,4 +25,4 @@ you should call `defaultOrder` on the query.
2525

2626
Since root node is not required now, `NestedSet::createRoot` method has been removed.
2727

28-
`NestedSet::columns` now doesn't create a foreign key for a `parent_id` column.
28+
`NestedSet::columns` now doesn't create a foreign key for a `parent_id` column.

0 commit comments

Comments
 (0)