Skip to content

Commit 54d778c

Browse files
authored
Merge pull request #255 from leqwasd/master
2 parents 57da261 + 2f67305 commit 54d778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface ReactSortableProps<T>
4848
/**
4949
* If this is provided, the function will replace the clone in place.
5050
*
51-
* When an is moved from `A` to `B` with `pull: 'clone'`,
51+
* When an item is moved from `A` to `B` with `pull: 'clone'`,
5252
* the original element will be moved to `B`
5353
* and the new clone will be placed in `A`
5454
*/

0 commit comments

Comments
 (0)