btholt / btholt/complete-intro-to-react-v7
A typo of repetition of the word "can" #69
- 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