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 <kamranahmed.se@gmail.com>
pull/5170/head
p134c0d3 9 months ago committed by GitHub
parent 0de6ed6028
commit 94ba9e7451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .gitignore
  2. 2
      src/pages/get-started.astro

2
.gitignore vendored

@ -30,4 +30,4 @@ tests-examples
*.csv *.csv
/editor/* /editor/*
!/editor/readonly-editor.tsx !/editor/readonly-editor.tsx

@ -196,7 +196,7 @@ import { TipItem } from '../components/GetStarted/TipItem';
{ title: 'Vue', link: '/vue' }, { title: 'Vue', link: '/vue' },
{ title: 'Angular', link: '/angular' }, { title: 'Angular', link: '/angular' },
]} ]}
description='Or learn a framewor?' description='Or learn a framework?'
secondaryRoadmaps={[{ title: 'Design Systems', link: '/design-system' }]} secondaryRoadmaps={[{ title: 'Design Systems', link: '/design-system' }]}
secondaryDescription='or learn about design systems?' secondaryDescription='or learn about design systems?'
/> />

Loading…
Cancel
Save