Fix grammar in required profile-name note - #45779
Conversation
The sentence currently reads "for your is GitHub account".
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
🟢 Approval recommended
The focused edit correctly fixes the stated grammar issue without altering formatting or meaning.
Pull request overview
Fixes a grammar error in the profile personalization tutorial.
Changes:
- Removes the stray “is” from the profile-name note.
File summaries
| File | Description |
|---|---|
content/account-and-profile/tutorials/personalize-your-profile.md |
Corrects the malformed sentence. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Why:
Fixes a grammar typo that currently renders as “Your profile name for your is GitHub account is required.”
A previous PR (#40826) targeted this same sentence but was closed as inactive and also included unrelated intro/a11y edits. This PR is the one-line grammar fix only.
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
In
content/account-and-profile/tutorials/personalize-your-profile.md, drop the strayisbefore the Liquid tag.Your profile name for your is {% data variables.product.github %} account is **required**.Your profile name for your {% data variables.product.github %} account is **required**.Liquid tags, bold, and surrounding markdown are unchanged.
Summary
Context
A previous PR (#40826) targeted this same sentence but was closed as inactive and also included unrelated intro/a11y edits. This PR is the one-line grammar fix only.
Test plan
content/account-and-profile/tutorials/personalize-your-profile.md{% data variables.product.github %}tag is unchangedCheck off the following:
Made with Cursor