Skip to content

Commit 19311c5

Browse files
committed
Fix minor typo
1 parent 4017af6 commit 19311c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sortable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ $item2->setPosition(-1);
301301

302302
## Custom comparison:
303303

304-
Sortable works be comparing objects in the same group to see how they should be positioned. From time to time you may want to customize the way these
305-
objects are compared by implementing the Doctrine\Common\Comparable interface
304+
Sortable works by comparing objects in the same group to see how they should be positioned. From time to time you may want to customize the way these
305+
objects are compared by simply implementing the Doctrine\Common\Comparable interface
306306

307307
``` php
308308
<?php

0 commit comments

Comments
 (0)