1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-10 19:26:03 +02:00

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>
This commit is contained in:
p134c0d3
2024-02-11 09:45:56 -06:00
committed by GitHub
parent 0de6ed6028
commit 94ba9e7451
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

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

View File

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