Skip to content

Commit 26cae76

Browse files
committed
Fix some English
1 parent 5ff937b commit 26cae76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ $parent->prependNode($node);
137137

138138
You can make `$node` to be a neighbor of the `$neighbor` node using following methods:
139139

140-
*Neighbor is existing node, target node can be fresh. If target node is exists,
141-
it will be moved to the new position and parent will be changed if it's needed.*
140+
*Neighbor is existing node, target node can be fresh. If target node exists,
141+
it will be moved to the new position and parent will be changed if required.*
142142

143143
```php
144144
# Explicit save

0 commit comments

Comments
 (0)