mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-19 22:59:41 +01:00
Fix typo (#3797)
This commit is contained in:
parent
da391fe9ed
commit
4063979c2a
@ -28,7 +28,7 @@ const { file, breadcrumbs, roadmapId, roadmap, heading } = Astro.props as Roadma
|
||||
|
||||
<BaseLayout
|
||||
title={`${heading} - roadmap.sh`}
|
||||
description={`Free resources to learn ${heading} in ${roadmap.briefTitle}. Everything you need to know about ${heading} and how it realtes to ${roadmap.briefTitle}.`}
|
||||
description={`Free resources to learn ${heading} in ${roadmap.briefTitle}. Everything you need to know about ${heading} and how it relates to ${roadmap.briefTitle}.`}
|
||||
noIndex={true}
|
||||
permalink={`/${roadmapId}/${topicId}`}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user