curriculum
curriculum copied to clipboard
Bug - Foundation Git Basics Section: Missing parenthesis and hard to read backtick in assignment
Complete the following REQUIRED checkboxes:
- [x] I have thoroughly read and understand The Odin Project Contributing Guide
- [x] The title of this issue follows the
Bug - location of bug: brief description of bug
format, e.g.Bug - React section: Knowledge Checks don't link to resource
The following checkbox is OPTIONAL:
- [ ] I would like to be assigned this issue to work on it
1. Description of the Bug:
The backtick is difficult to read, and there is a missing parenthesis.
2. How To Reproduce:
- Log in
- Visit "Foundations"
- Scroll to "Git Basics" then click "2. Git Basics"
- Scroll to Assignment
- Scroll to 3rd step of "Modify a File or Two"
3. Expected Behavior:
It should be like this:
Back in your terminal (or in the fancy built-in terminal in Visual Studio Code with ( Ctrl + ` ), type git status. You’ll notice that README.md is now shown as not staged or committed.
4. Desktop/Device:
- Device: Lenovo ThinkPad E15
- OS: Windows 10
- Browser: Microsoft Edge
- Version: 105.0.1343.42 (Official build) (64-bit)
5. Additional Information:
This HTML Block can't render whitespace after backtick
<p>
Back in your terminal (or in the fancy built-in terminal in Visual Studio Code with <em>Ctrl + `</em> ), type <code>git status</code>. You’ll notice that README.md is now shown as not staged or committed.
</p>
I think it should be like this because it can render the whitespace after backtick
<p>
Back in your terminal (or in the fancy built-in terminal in Visual Studio Code with ( <em>Ctrl + `</em> ), type <code>git status</code>. You’ll notice that README.md is now shown as not staged or committed.
</p>
Sorry, I think I got confused between the 2 repositories, but there is a missing parenthesis.
If this is still an issue that needs to be solved, I'd like to work on it. The condition it is in right now seems more confusing.
This issue is stale because it has had no activity for the last 30 days.