fix(docs): typos

This commit is contained in:
thomas
2023-09-26 08:36:48 +02:00
parent 133d6b4faf
commit d27b585106
2 changed files with 8 additions and 7 deletions

View File

@@ -23,8 +23,8 @@ hero:
import { Card, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<Card title="36 Challenges">
This repository gathers 36 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, and <b>Ngrx</b>.
<Card title="35 Challenges">
This repository gathers 35 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
These challenges resolve around real-life issues or specific features to elevate your skills.
</Card>
@@ -44,7 +44,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</Card>
<Card title="Contribute">
Do you have an issue, an interesting bug, or an idea? Don't hesitate;{' '}
Do you have an issue, an interesting bug, or an idea? Don't hesitate;
<b>create your own challenges</b> without wasting any time.
</Card>
@@ -62,7 +62,8 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
</div>
<div class="main-page-footer">
Created by{' '}
<a href="https://github.com/tomalaforge?tab=repositories">Thomas Laforge</a> -
Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
Created by
<a href="https://github.com/tomalaforge?tab=repositories">
Thomas Laforge
</a> - Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
</div>