From 4a6ef2d9a0e654ccc6a732f0114d955f8f577aae Mon Sep 17 00:00:00 2001 From: PierreCapo Date: Wed, 23 Apr 2025 20:10:14 +0200 Subject: [PATCH] typo --- packages/list/src/content/docs/api/animated.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/list/src/content/docs/api/animated.mdx b/packages/list/src/content/docs/api/animated.mdx index 63367fb..6604ec7 100644 --- a/packages/list/src/content/docs/api/animated.mdx +++ b/packages/list/src/content/docs/api/animated.mdx @@ -86,7 +86,7 @@ export function KeyboardControllerExample() { renderItem={renderItem} behavior="position" /> - + ); }