You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ Our community also has:
161
161
162
162
- A [forum](https://forum.freecodecamp.org) where you can usually get programming help or project feedback within hours.
163
163
- 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.
165
165
- A [Discord server](https://discord.gg/Z7Fm39aNtZ) where you can hang out and talk with developers and people who are learning to code.
166
166
167
167
> #### [Join the community here](https://www.freecodecamp.org/signin).
Copy file name to clipboardExpand all lines: docs/FAQ.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Yes - You can contribute to any of the 30+ languages we have enabled on our tran
12
12
13
13
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/).
14
14
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.
16
16
17
17
### Can I contribute articles to freeCodeCamp News or videos to freeCodeCamp's YouTube channel?
18
18
@@ -63,7 +63,7 @@ We typically do not assign issues to anyone other than long-time contributors. I
63
63
1. We are most likely to merge the first pull request that addresses the issue.
64
64
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:
65
65
- Did you include tests?
66
-
- Did you catch all usecases?
66
+
- Did you catch all use cases?
67
67
- Did you ensure all tests pass, and confirm everything works locally?
68
68
3. Finally, we give priority to pull requests which follow our recommended guidelines.
69
69
- Did you follow the pull request checklist?
@@ -85,7 +85,7 @@ Here are some recommended paths for some of our platforms:
85
85
to deal with potential conflicts that may arise.
86
86
- To be a **Forum** moderator, similar to a chat moderator, have an active
87
87
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
Copy file name to clipboardExpand all lines: docs/curriculum-file-structure.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ When renaming a certification, you will likely want to rename the associated sup
47
47
1. In the `meta.json` file of that folder, rename the values in `name`, `dashedName`, and `challengeOrder` to the new cert name.
48
48
1. In `curriculum/challenges/english/12-certificate`, rename the `{superBlock}-certificate` folder, and the YAML file within it, to the new name.
49
49
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.
51
51
1. Update `client/src/redux/index.ts` to use the correct `title`.
52
52
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.
53
53
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
62
62
> [!NOTE]
63
63
> 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.
64
64
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:
66
66
67
67
1. Rename the superBlock folder in the `curriculum/challenges/english` directory.
68
68
1. Rename the superBlock folder in _all_ other `curriculum/challenges/{language}` directories.
0 commit comments