fix(docs): documentation grammatical errors (#47553)

* Update README.md

* Update FAQ.md

* Update curriculum-file-structure.md

* Update README.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* Update docs/FAQ.md

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
pull/47549/head
Tushar Dahiya 2022-09-18 22:41:13 +05:30 committed by GitHub
parent 58a01790e5
commit 171c20baf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -12,7 +12,7 @@ Yes - You can contribute to any of the 30+ languages we have enabled on our tran
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/).
If you are interested in contributing to translations please makes sure you [read this guide](how-to-translate-files.md) first.
If you are interested in contributing to translations please make sure you [read this guide](how-to-translate-files.md) first.
### Can I contribute articles to freeCodeCamp News or videos to freeCodeCamp's YouTube channel?
@ -63,7 +63,7 @@ We typically do not assign issues to anyone other than long-time contributors. I
1. We are most likely to merge the first pull request that addresses the issue.
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:
- Did you include tests?
- Did you catch all usecases?
- Did you catch all use cases?
- Did you ensure all tests pass, and confirm everything works locally?
3. Finally, we give priority to pull requests which follow our recommended guidelines.
- Did you follow the pull request checklist?
@ -85,7 +85,7 @@ Here are some recommended paths for some of our platforms:
to deal with potential conflicts that may arise.
- To be a **Forum** moderator, similar to a chat moderator, have an active
presence and engage with other forum posters, supporting others in their
learning journey, and even given feedback when asked. Take a look at
learning journey, and even giving feedback when asked. Take a look at
[The Subforum Leader Handbook](https://forum.freecodecamp.org/t/the-subforum-leader-handbook/326326)
for more information.
- To be a **GitHub** moderator, help process GitHub issues that are brought up

View File

@ -47,7 +47,7 @@ When renaming a certification, you will likely want to rename the associated sup
1. In the `meta.json` file of that folder, rename the values in `name`, `dashedName`, and `challengeOrder` to the new cert name.
1. In `curriculum/challenges/english/12-certificate`, rename the `{superBlock}-certificate` folder, and the YAML file within it, to the new name.
1. In the YAML file, change the `title` to the new name.
1. Rename the file and folder from step 3 for the rest curriculum languages.
1. Rename the file and folder from step 3 for the rest of the curriculum languages.
1. Update `client/src/redux/index.ts` to use the correct `title`.
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.
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
> [!NOTE]
> 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.
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:
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:
1. Rename the superBlock folder in the `curriculum/challenges/english` directory.
1. Rename the superBlock folder in _all_ other `curriculum/challenges/{language}` directories.