Skip to content

Commit 66137a6

Browse files
authored
fixed a typo— "grater" (#6675)
1 parent 208a96d commit 66137a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs-reanimated/docs/layout-animations/list-layout-animations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function App() {
4040

4141
## Remarks
4242

43-
- `itemLayoutAnimation` works only with a single-column `Animated.FlatList`, `numColumns` property cannot be grater than 1.
43+
- `itemLayoutAnimation` works only with a single-column `Animated.FlatList`, `numColumns` property cannot be greater than 1.
4444
- You can change the `itemLayoutAnimation` on the fly or disable it by setting it to `undefined`.
4545

4646
<Indent>

0 commit comments

Comments
 (0)