btholt / btholt/complete-intro-to-react-v7

A typo of repetition of the word "can" #69

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
652
Forks
144
PR merge metrics
No merged PRs in 30d

Description

There is a repetition of two "can" in the text.

[Here ](https://github.com/btholt/complete-intro-to-react-v7/blob/main/lessons/02-no-frills-react/A-pure-react.md#L69)I think the second "can" needs to be replaced by the word "use":

- First we're using document.getElementById to grab an existing div out of the HTML document. Then we take that element (which we called container) and pass that into ReactDOM.render. This is how we signal to React where we want it to render our app. Note later we **can can** ReactDOM.render again to change what the root of our React app looks like (I rarely need to do that.)

https://github.com/btholt/complete-intro-to-react-v7/blob/main/lessons/02-no-frills-react/A-pure-react.md#L69

Contributor guide

No contributing guide indexed for this repository

Research direction

Open lessons/02-no-frills-react/A-pure-react.md and inspect the linked text around line 69. Correct the repeated word in the sentence, then review the rendered lesson or diff to confirm the wording is grammatical and only the typo changed.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.