Skip to content

Commit 171c20b

Browse files
tusharxoxoxoMuhammed MustafaNaomi Carrigan
authored
fix(docs): documentation grammatical errors (freeCodeCamp#47553)
* Update README.md * Update FAQ.md * Update curriculum-file-structure.md * Update README.md Co-authored-by: Muhammed Mustafa <[email protected]> * Update docs/FAQ.md Co-authored-by: Naomi Carrigan <[email protected]> Co-authored-by: Muhammed Mustafa <[email protected]> Co-authored-by: Naomi Carrigan <[email protected]>
1 parent 58a0179 commit 171c20b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Our community also has:
161161

162162
- A [forum](https://forum.freecodecamp.org) where you can usually get programming help or project feedback within hours.
163163
- A [YouTube channel](https://youtube.com/freecodecamp) with free courses on Python, SQL, Android, and a wide variety of other technologies.
164-
- A [technical publication](https://www.freecodecamp.org/news) with thousands of programming tutorials and articles about math and computer science.
164+
- A [technical publication](https://www.freecodecamp.org/news) with thousands of programming tutorials and articles about mathematics and computer science.
165165
- A [Discord server](https://discord.gg/Z7Fm39aNtZ) where you can hang out and talk with developers and people who are learning to code.
166166

167167
> #### [Join the community here](https://www.freecodecamp.org/signin).

Diff for: docs/FAQ.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Yes - You can contribute to any of the 30+ languages we have enabled on our tran
1212

1313
We have user-contributed translations live in some languages. We intend to localize freeCodeCamp into several major world languages. You can read all about this in our [announcement here](https://www.freecodecamp.org/news/help-translate-freecodecamp-language/).
1414

15-
If you are interested in contributing to translations please makes sure you [read this guide](how-to-translate-files.md) first.
15+
If you are interested in contributing to translations please make sure you [read this guide](how-to-translate-files.md) first.
1616

1717
### Can I contribute articles to freeCodeCamp News or videos to freeCodeCamp's YouTube channel?
1818

@@ -63,7 +63,7 @@ We typically do not assign issues to anyone other than long-time contributors. I
6363
1. We are most likely to merge the first pull request that addresses the issue.
6464
2. In the case of multiple contributors opening a pull request for the same issue at around the same time, we will give priority to the pull request that best addresses the issue. Some of the things we consider:
6565
- Did you include tests?
66-
- Did you catch all usecases?
66+
- Did you catch all use cases?
6767
- Did you ensure all tests pass, and confirm everything works locally?
6868
3. Finally, we give priority to pull requests which follow our recommended guidelines.
6969
- Did you follow the pull request checklist?
@@ -85,7 +85,7 @@ Here are some recommended paths for some of our platforms:
8585
to deal with potential conflicts that may arise.
8686
- To be a **Forum** moderator, similar to a chat moderator, have an active
8787
presence and engage with other forum posters, supporting others in their
88-
learning journey, and even given feedback when asked. Take a look at
88+
learning journey, and even giving feedback when asked. Take a look at
8989
[The Subforum Leader Handbook](https://forum.freecodecamp.org/t/the-subforum-leader-handbook/326326)
9090
for more information.
9191
- To be a **GitHub** moderator, help process GitHub issues that are brought up

Diff for: docs/curriculum-file-structure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When renaming a certification, you will likely want to rename the associated sup
4747
1. In the `meta.json` file of that folder, rename the values in `name`, `dashedName`, and `challengeOrder` to the new cert name.
4848
1. In `curriculum/challenges/english/12-certificate`, rename the `{superBlock}-certificate` folder, and the YAML file within it, to the new name.
4949
1. In the YAML file, change the `title` to the new name.
50-
1. Rename the file and folder from step 3 for the rest curriculum languages.
50+
1. Rename the file and folder from step 3 for the rest of the curriculum languages.
5151
1. Update `client/src/redux/index.ts` to use the correct `title`.
5252
1. Optionally, update the `certSlug` for the superblock in the same file. **Note** that renaming a `certSlug` will change the URL for certifications and should only be done with careful consideration.
5353
1. Update the `title` in `client/src/resources/cert-and-project-map.ts` to the new value. **Note** that changing the `title` here **will break** the superBlock page for the associated certification. It relies on the superBlock title to match the certification title. You will likely want to rename the superBlock at the same time.
@@ -62,7 +62,7 @@ When renaming a certification, you will likely want to rename the associated sup
6262
> [!NOTE]
6363
> When you rename a superBlock, the new folder name is used as the path and should be considered the "correct" name. All other values should be updated to reflect that change.
6464
65-
Also, you will likely want to rename the certificate and the `{superBlock}-projects` block when you rename a superBlock since they all shares a name. To rename only a superBlock you need to:
65+
Also, you will likely want to rename the certificate and the `{superBlock}-projects` block when you rename a superBlock since they all share a name. To rename only a superBlock you need to:
6666

6767
1. Rename the superBlock folder in the `curriculum/challenges/english` directory.
6868
1. Rename the superBlock folder in _all_ other `curriculum/challenges/{language}` directories.

0 commit comments

Comments
 (0)