mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-08 10:16:56 +02:00
Fix typo on homepage
This commit is contained in:
@@ -57,7 +57,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
href='https://github.com/kamranahmedse/developer-roadmap'
|
href='https://github.com/kamranahmedse/developer-roadmap'
|
||||||
class='font-bold underline'
|
class='font-bold underline'
|
||||||
target='_blank'>visual charts on GitHub</a
|
target='_blank'>visual charts on GitHub</a
|
||||||
> to guide the developers who are confused about what they should learn
|
> to guide developers who are confused about what they should learn
|
||||||
next, but then expanded into interactive roadmaps where you can click
|
next, but then expanded into interactive roadmaps where you can click
|
||||||
and get resources to learn any given resource, contribute by adding new
|
and get resources to learn any given resource, contribute by adding new
|
||||||
roadmaps, suggest changes to existing roadmaps, track your progress as
|
roadmaps, suggest changes to existing roadmaps, track your progress as
|
||||||
|
@@ -32,7 +32,7 @@ const videos = await getAllVideos();
|
|||||||
|
|
||||||
<p class='hidden sm:block text-gray-400 text-lg px-4'>
|
<p class='hidden sm:block text-gray-400 text-lg px-4'>
|
||||||
<span class='font-medium text-gray-400'>roadmap.sh</span> is a community effort to create roadmaps, guides and
|
<span class='font-medium text-gray-400'>roadmap.sh</span> is a community effort to create roadmaps, guides and
|
||||||
other educational content to help guide the developers in picking up the path and guide their learnings.
|
other educational content to help guide developers in picking up the path and guide their learnings.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class='block sm:hidden text-gray-400 text-md px-0'>
|
<p class='block sm:hidden text-gray-400 text-md px-0'>
|
||||||
|
Reference in New Issue
Block a user