Skip to content

Commit e154d30

Browse files
jscarlberghartzis
authored andcommitted
Added missing single quote to migration.md (#153)
1 parent 0c6301e commit e154d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Migrate Swipeable v4 to v5
55
The component usage for swiped events is the same except `eventData` can now be destructured and `isFlick` is deprecated, [see below](#flickThreshold).
66
```diff
77
- import Swipeable from 'react-swipeable';
8-
+ import { Swipeable } from 'react-swipeable;
8+
+ import { Swipeable } from 'react-swipeable';
99

1010

1111
- swiped = (event, deltaX, deltaY, isFlick, velocity) => {

0 commit comments

Comments
 (0)