1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Fix/grammatical error (#7535)

* chore(src): fix grammatical error on headings

* chore(src): fix grammatical error on headings
This commit is contained in:
Nkwi Cyril
2024-10-21 10:45:43 +01:00
committed by GitHub
parent b0700a3273
commit 70c7a7ee16

View File

@@ -41,7 +41,7 @@ const videos = await getAllVideos();
<HeroSection />
<FeaturedItems
heading='Role based Roadmaps'
heading='Role-based Roadmaps'
featuredItems={roleRoadmaps
.filter((roadmapItem) => !roadmapItem.frontmatter.isHidden)
.map((roadmapItem) => ({
@@ -54,7 +54,7 @@ const videos = await getAllVideos();
/>
<FeaturedItems
heading='Skill based Roadmaps'
heading='Skill-based Roadmaps'
featuredItems={skillRoadmaps
.filter((roadmapItem) => !roadmapItem.frontmatter.isHidden)
.map((roadmapItem) => ({