Grammar issue in C++ term-entry issue descriptions ("An ## Codebyte section...")
Actual Behavior
Hi! I’ve noticed that several C++ term-entry issues contain the same grammatical error in their instructions. For example:
"An ## Codebyte section that has a compilable code inside it showing the current entry in use."
This appears in multiple issues, including #8076, #8055, #8052 and others.
Suggested correction:
"A ## Codebyte section that has compilable code inside it showing the current entry in use. Use ```codebyte/cpp to add compilable code."
Reason: "Codebyte" begins with a consonant sound, so the correct article is "A", not "An". Also, "compilable code" shouldn’t have "a" in front of it.
This may be coming from a template, so fixing it would prevent the same error from appearing in new issues.
Thanks!
Expected Behavior
The issue template or instructions should use correct grammar, e.g.: "A ## Codebyte section that has compilable code inside it showing the current entry in use. Use ```codebyte/cpp to add compilable code."
On what browser(s) are you seeing the problem?
Opera
Code of Conduct
- [x] By submitting this issue, I agree to follow Codecademy Doc's Code of Conduct.
For Maintainers
- [ ] Labels added
- [ ] Issue is assigned