Skip to content

Commit 473deaa

Browse files
fix: typos in documentation (#1298)
1 parent 98bdd3c commit 473deaa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/content/docs/authors-analytics-manual.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ screen class`.
3333

3434
After arriving at the `Pages and Screens` reports mentioned above, use the following steps to filter the results by specific authors.
3535

36-
![Image - Show steps to search by language on googla analytics](https://contribute.freecodecamp.org/images/google-analytics/filter-by-author.png)
36+
![Image - Show steps to search by language on Google Analytics](https://contribute.freecodecamp.org/images/google-analytics/filter-by-author.png)
3737

3838
<Steps>
3939

src/content/docs/curriculum-help.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ await __helpers.retryingTest(callback, numberOfTries);
9696

9797
`retryingTest` consider the test passed if the `callback` returns a truthy value, and failed if it returns a falsy value.
9898

99-
This helper is useful in a situation in which the thing being tested could have a delay happening, like having data from an API written on the page. Then, the `callback` is called up to `numberOfTries` or until it succeds, whatever comes first. If there is never a success, then the test fails.
99+
This helper is useful in a situation in which the thing being tested could have a delay happening, like having data from an API written on the page. Then, the `callback` is called up to `numberOfTries` or until it succeeds, whatever comes first. If there is never a success, then the test fails.
100100

101101
It needs to be used sparingly, because it causes the tests to take a long time.
102102

src/content/docs/how-to-create-catalog-items.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These units could be created from existing blocks, or new blocks, or a mix of bo
2121

2222
## Creating catalog items from new blocks
2323

24-
The followings are all the steps needed to create a new catalog item. Skip the
24+
The following are all the steps needed to create a new catalog item. Skip the
2525
block and challenge file creation steps if block and challenge files already
2626
exist.
2727

src/content/docs/how-to-work-on-labs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All labs have a solution, but not all labs have a demo project.
3838
For the labs that do not have a demo project, the solution can be the minimum necessary to make sure the tests are working correctly.
3939
:::
4040

41-
Labs that have a visual output (i.e. HTML-based) can have a demo project, in which case the frontmatter includes `demoType: onClick`. It is not mandatory, if the project design does not require it it can be omitted.
41+
Labs that have a visual output (i.e. HTML-based) can have a demo project, in which case the frontmatter includes `demoType: onClick`. It is not mandatory, if the project design does not require it, it can be omitted.
4242

4343
## Create the Lab
4444

src/content/docs/how-to-work-on-workshops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Each step in a workshop is a Markdown file named after its challenge `id`. The `
228228

229229
All step files use exactly two `--fcc-editable-region--` markers in the seed to highlight where campers should make changes. Only the last step requires a `# --solutions--` section.
230230

231-
The `demoType: onLoad` field is only present in the first step, and only for workshops that have a visual output (i.e. HTML-based). It is not mandatory, if the project design does not require it it can be omitted.
231+
The `demoType: onLoad` field is only present in the first step, and only for workshops that have a visual output (i.e. HTML-based). It is not mandatory, if the project design does not require it, it can be omitted.
232232

233233
Here is the template for a JavaScript workshop step:
234234

0 commit comments

Comments
 (0)