We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcf80e1 + e67b891 commit ea972cdCopy full SHA for ea972cd
1 file changed
README.md
@@ -218,7 +218,7 @@ to programmatically reposition their components. `<Draggable>` allows this custo
218
is similar to how React handles form components.
219
220
If the prop `position: {x: number, y: number}` is defined, the `<Draggable>` will ignore its internal state and use
221
-the provided position instead. Altneratively, you can seed the position using `defaultPosition`. Technically, since
+the provided position instead. Alternatively, you can seed the position using `defaultPosition`. Technically, since
222
`<Draggable>` works only on position deltas, you could also seed the initial position using CSS `top/left`.
223
224
We make one modification to the React philosophy here - we still allow dragging while a component is controlled.
0 commit comments