From c2e8098d2a2be471bbdc33058e7b7689c7ec45c5 Mon Sep 17 00:00:00 2001 From: Think Like a Techy <73552681+sivaprasadev@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:45:36 +0530 Subject: [PATCH] Update fixtures.tsx In the Overview section of this doc we have Getting Started Card. It's body text was "Learn about how to use react-spring with step by step explanations". It is gramatically incorrect. So, I changed to "Learn about how to use react-spring with step by step explanations". Added "to" after the word about. --- docs/app/data/fixtures.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/data/fixtures.tsx b/docs/app/data/fixtures.tsx index a6664333c7..175fff5de9 100644 --- a/docs/app/data/fixtures.tsx +++ b/docs/app/data/fixtures.tsx @@ -92,7 +92,7 @@ export const NAV_TILES: Tile[] = [ href: '/docs/getting-started', label: 'Getting Started', description: - 'Learn about how use react-spring with step by step explanations', + 'Learn about how to use react-spring with step by step explanations', }, { href: '/docs/guides',