- Notifications
You must be signed in to change notification settings - Fork62.5k
Fix typo in reduce-security-debt.md#39288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR corrects a typo in thereduce-security-debt.md
tutorial by replacingGitHub’a
withGitHub’s
.
- Fixed the possessive apostrophe for the GitHub product variable.
- Ensured the updated line still reflects the intended list formatting.
Comments suppressed due to low confidence (1)
content/copilot/tutorials/rolling-out-github-copilot-at-scale/driving-downstream-impact/reduce-security-debt.md:49
- The updated line has lost the list bullet marker. According to our content guidelines, bullet lists should use an asterisk (
*
) at the beginning of the line. Please restore the list marker and update it to* {% data variables.product.prodname_copilot_short %} ...
.
{% data variables.product.prodname_copilot_short %} integrates with {% data variables.product.github %}'s code scanning capabilities to keep your existing codebase secure. When code scanning identifies a potential security alert, {% data variables.copilot.copilot_autofix_short %} can intelligently analyze the vulnerability and provide targeted, context-specific recommendations to resolve it.
github-actionsbot commentedJul 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 isautomatically generated. |
Looks good! I'll get it added to the merge queue once checks are passing. Thanks! |
26d6672
Uh oh!
There was an error while loading.Please reload this page.
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out ourhelp wanted issues ⚡ |
Why:
There's a typo
What's being changed (if available, include any code snippets, screenshots, or gifs):
Replace GitHub'a with GitHub's
Check off the following: