Skip to content

Commit ce3f154

Browse files
authored
Update README.md (#511)
Fix spelling mistake `postiion => position`
1 parent a73a1c0 commit ce3f154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ position: {x: number, y: number}
253253

254254
// A position offset to start with. Useful for giving an initial position
255255
// to the element. Differs from `defaultPosition` in that it does not
256-
// affect the postiion returned in draggable callbacks, and in that it
256+
// affect the position returned in draggable callbacks, and in that it
257257
// accepts strings, like `{x: '10%', y: '10%'}`.
258258
positionOffset: {x: number | string, y: number | string},
259259

0 commit comments

Comments
 (0)