From 66137a6b084d787e5d98aa496d66b83cbd204d71 Mon Sep 17 00:00:00 2001 From: Akshar Dave <37267046+akshar-dave@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:25:01 +0530 Subject: [PATCH] =?UTF-8?q?fixed=20a=20typo=E2=80=94=20"grater"=20(#6675)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/layout-animations/list-layout-animations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs-reanimated/docs/layout-animations/list-layout-animations.mdx b/packages/docs-reanimated/docs/layout-animations/list-layout-animations.mdx index 8f994eb6e6ee..bff6f9a8052a 100644 --- a/packages/docs-reanimated/docs/layout-animations/list-layout-animations.mdx +++ b/packages/docs-reanimated/docs/layout-animations/list-layout-animations.mdx @@ -40,7 +40,7 @@ function App() { ## Remarks -- `itemLayoutAnimation` works only with a single-column `Animated.FlatList`, `numColumns` property cannot be grater than 1. +- `itemLayoutAnimation` works only with a single-column `Animated.FlatList`, `numColumns` property cannot be greater than 1. - You can change the `itemLayoutAnimation` on the fly or disable it by setting it to `undefined`.