We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73a1c0 commit ce3f154Copy full SHA for ce3f154
README.md
@@ -253,7 +253,7 @@ position: {x: number, y: number}
253
254
// A position offset to start with. Useful for giving an initial position
255
// to the element. Differs from `defaultPosition` in that it does not
256
-// affect the postiion returned in draggable callbacks, and in that it
+// affect the position returned in draggable callbacks, and in that it
257
// accepts strings, like `{x: '10%', y: '10%'}`.
258
positionOffset: {x: number | string, y: number | string},
259
0 commit comments