docs icon indicating copy to clipboard operation
docs copied to clipboard

Grammar issue in C++ term-entry issue descriptions ("An ## Codebyte section...")

Open AI-Explorer25 opened this issue 3 weeks ago • 0 comments

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

AI-Explorer25 avatar Dec 08 '25 17:12 AI-Explorer25