Skip to content

Commit b1100e4

Browse files
committed
fix: cspell
1 parent adfc006 commit b1100e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/KeyboardChatScrollView

src/components/KeyboardChatScrollView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const KeyboardChatScrollView = forwardRef<
6363

6464
// Invisible view whose animated style changes every frame during keyboard
6565
// animation. On Fabric, this forces Reanimated to schedule a commit,
66-
// which flushes the scrollTo call in the same frame (fixing desynchronization).
66+
// which flushes the scrollTo call in the same frame (fixing de-synchronization).
6767
// see https://github.com/software-mansion/react-native-reanimated/issues/9000
6868
const commitStyle = useAnimatedStyle(
6969
() => ({

0 commit comments

Comments
 (0)