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?' />