Skip to content

Commit ea972cd

Browse files
committed
Merge pull request #155 from marciopuga/patch-1
typo fixed on README.md
2 parents fcf80e1 + e67b891 commit ea972cd

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
@@ -218,7 +218,7 @@ to programmatically reposition their components. `<Draggable>` allows this custo
218218
is similar to how React handles form components.
219219

220220
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
221+
the provided position instead. Alternatively, you can seed the position using `defaultPosition`. Technically, since
222222
`<Draggable>` works only on position deltas, you could also seed the initial position using CSS `top/left`.
223223

224224
We make one modification to the React philosophy here - we still allow dragging while a component is controlled.

0 commit comments

Comments
 (0)