mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix(docs): typos
This commit is contained in:
@@ -24,7 +24,7 @@ If you would like to propose a challenge, this project is open source, so feel f
|
|||||||
|
|
||||||
## Challenges
|
## Challenges
|
||||||
|
|
||||||
Check [all 36 challenges](https://angular-challenges.vercel.app/)
|
Check [all 35 challenges](https://angular-challenges.vercel.app/)
|
||||||
|
|
||||||
## Contributors ✨
|
## Contributors ✨
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ hero:
|
|||||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||||
|
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<Card title="36 Challenges">
|
<Card title="35 Challenges">
|
||||||
This repository gathers 36 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, and <b>Ngrx</b>.
|
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.
|
These challenges resolve around real-life issues or specific features to elevate your skills.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
|||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card title="Contribute">
|
<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.
|
<b>create your own challenges</b> without wasting any time.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
@@ -62,7 +62,8 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="main-page-footer">
|
<div class="main-page-footer">
|
||||||
Created by{' '}
|
Created by
|
||||||
<a href="https://github.com/tomalaforge?tab=repositories">Thomas Laforge</a> -
|
<a href="https://github.com/tomalaforge?tab=repositories">
|
||||||
Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
|
Thomas Laforge
|
||||||
|
</a> - Powered by 🌟 <a href="https://starlight.astro.build/">Starlight</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user