mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-08 10:16:56 +02:00
Fix typo (#3797)
This commit is contained in:
@@ -28,7 +28,7 @@ const { file, breadcrumbs, roadmapId, roadmap, heading } = Astro.props as Roadma
|
|||||||
|
|
||||||
<BaseLayout
|
<BaseLayout
|
||||||
title={`${heading} - roadmap.sh`}
|
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}
|
noIndex={true}
|
||||||
permalink={`/${roadmapId}/${topicId}`}
|
permalink={`/${roadmapId}/${topicId}`}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user