diff --git a/packages/docs-reanimated/versioned_docs/version-3.x/layout-animations/list-layout-animations.mdx b/packages/docs-reanimated/versioned_docs/version-3.x/layout-animations/list-layout-animations.mdx index 8f994eb6e6ee..bff6f9a8052a 100644 --- a/packages/docs-reanimated/versioned_docs/version-3.x/layout-animations/list-layout-animations.mdx +++ b/packages/docs-reanimated/versioned_docs/version-3.x/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`.