Skip to content

Commit 49a1148

Browse files
authored
fix: typos in index mdx (tomalaforge#909)
1 parent 12a25ec commit 49a1148

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/src/content/docs/index.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Welcome to Angular Challenges
3-
description: Get started by resolving those challenges and becoming a better Angular FrontEnd engineer.
3+
description: Get started by resolving these challenges and become a better Angular Front-End engineer.
44
template: splash
55
noCommentSection: true
66
hero:
@@ -28,23 +28,23 @@ import SubscriptionForm from '../../components/SubscriptionForm.astro';
2828

2929
<CardGrid>
3030
<Card title="50 Challenges">
31-
This repository gathers 50 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>Ngrx</b> and <b>Typescript</b>.
32-
These challenges resolve around real-life issues or specific features to elevate your skills.
31+
This repository gathers 50 Challenges related to <b>Angular</b>, <b>Nx</b>, <b>RxJS</b>, <b>NgRx</b> and <b>TypeScript</b>.
32+
These challenges revolve around real-life issues or specific features to elevate your skills.
3333
</Card>
3434

35-
<Card title="Subscribe to get notify of latest challenges">
35+
<Card title="Subscribe to get notified of the latest challenges">
3636
<SubscriptionForm isNote={false} />
3737
</Card>
3838

3939
<Card title="Become an OSS Maintainer">
4040
One of the goals of this repository is to <b>lower the barrier</b> to entry
4141
for Open Source Software (OSS). By engaging with these challenges, you will
42-
learn how to start contributing to any other Open Source Project.
42+
learn how to start contributing to any other open-source project.
4343
</Card>
4444

4545
<Card title="Learn Alongside Others">
4646
Learning and practicing a new framework is always challenging. This set of
47-
challenges provides real-world use cases to apply what you've been learning.
47+
  challenges provide real-world use cases to apply what you've been learning.
4848
Anyone can comment or offer assistance.
4949
<b>
5050
Learning alone is great, but learning alongside others will get you further.
@@ -57,12 +57,11 @@ import SubscriptionForm from '../../components/SubscriptionForm.astro';
5757
</Card>
5858

5959
<Card title="Prepare Yourself for Interviews">
60-
Completing these challenges will prepare you for any technical challenges you
61-
may encounter in a frontend role during interviews.
60+
By completing these challenges, you'll be ready for any technical questions that may come up during a frontend job interview.
6261
</Card>
6362

6463
<Card title="Sponsoring">
65-
This project is free and aims to remain so for as long as possible. However, everything is accomplished during my free time, including creating challenges and reviewing pull requests (PRs). <b>Sponsorship can support me and contribute to the growth of the project</b>.
64+
This project is free and aims to remain so for as long as possible. However, everything is accomplished during my free time, including creating challenges and reviewing pull requests (PRs). <b>Sponsorship can support me and contribute to the growth of the project.</b>
6665
</Card>
6766
</CardGrid>
6867

0 commit comments

Comments
 (0)