From 94ba9e745196f4fe919d54dc54fbd5b653f9b4ee Mon Sep 17 00:00:00 2001 From: p134c0d3 <70922864+p134c0d3@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:45:56 -0600 Subject: [PATCH] Fix typo on getting started page (#5166) * Getting Started - Frontend Type Fix * Remove package-lock.json from .gitignore * Update .gitignore * Delete package-lock.json --------- Co-authored-by: Kamran Ahmed --- .gitignore | 2 +- src/pages/get-started.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc70778c2..c47b25945 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,4 @@ tests-examples *.csv /editor/* -!/editor/readonly-editor.tsx \ No newline at end of file +!/editor/readonly-editor.tsx diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index 9d48e28d4..c7d6e60ac 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -196,7 +196,7 @@ import { TipItem } from '../components/GetStarted/TipItem'; { title: 'Vue', link: '/vue' }, { title: 'Angular', link: '/angular' }, ]} - description='Or learn a framewor?' + description='Or learn a framework?' secondaryRoadmaps={[{ title: 'Design Systems', link: '/design-system' }]} secondaryDescription='or learn about design systems?' />