Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React lesson: Fix numbering typo #27892

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion react/introduction/introduction_to_react.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

1. Glance at this article which outlines [the history of React](https://blog.risingstack.com/the-history-of-react-js-on-a-timeline/).

1.Read this [FreeCodeCamp article discussing the differences between a JavaScript library and a framework](https://www.freecodecamp.org/news/the-difference-between-a-framework-and-a-library-bd133054023f/).
1. Read this [FreeCodeCamp article discussing the differences between a JavaScript library and a framework](https://www.freecodecamp.org/news/the-difference-between-a-framework-and-a-library-bd133054023f/).

1. Lastly, skim this article which explains the [main advantages of using React](https://www.geeksforgeeks.org/what-are-the-advantages-of-react-js/).

Expand All @@ -50,13 +50,13 @@

### Knowledge check

This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to.

Check failure on line 53 in react/introduction/introduction_to_react.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Sections have default content

react/introduction/introduction_to_react.md:53 TOP003/default-section-content Sections have default content [Expected: "The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge."; Actual: "This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to."] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP003.md

- [What is the purpose of React?](#what-is-react)
- [What are the benefits of using React?](#why-cover-react)

### Additional resources

This section contains helpful links to related content. It isn’t required, so consider it supplemental.

Check failure on line 60 in react/introduction/introduction_to_react.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Sections have default content

react/introduction/introduction_to_react.md:60 TOP003/default-section-content Sections have default content [Expected: "This section contains helpful links to related content. It isn't required, so consider it supplemental."; Actual: "This section contains helpful links to related content. It isn’t required, so consider it supplemental."] https://github.com/TheOdinProject/curriculum/blob/main/markdownlint/docs/TOP003.md

- If you are interested in learning more about React's history, check out this [documentary on React's origin story by Honeypot](https://www.youtube.com/watch?v=8pDqJVdNa44).