Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 1151799

Browse files
igorrochaalexreardon
authored andcommitted
Fix small typo on docs (#1611)
Update from "then" to "than" on "We cannot give more information then this because things might change"
1 parent cbedc32 commit 1151799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/responders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This responder is called after we know a drag will start, but before any dimensi
5757
> ⚠️ Misuse of this responder can lead to some terrible user interactions. You should not change the visible position of the dragging item to change as a result of your changes here. Keep in mind that if you remove the dragging item or it's
5858
5959
```js
60-
// We cannot give more information then this because things might change
60+
// We cannot give more information than this because things might change
6161
type BeforeCapture = {|
6262
draggableId: DraggableId,
6363
mode: MovementMode,

0 commit comments

Comments
 (0)