Merge pull request #17697 from WilliamDavidHarrison/patch-1

feat: `Github` -> `GitHub`
This commit is contained in:
Markus Olsson 2023-11-08 15:03:32 +01:00 committed by GitHub
commit 92aa935481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ export interface IDailyMeasures {
*/
readonly enterpriseCommits: number
/** The number of times the user made a commit to a repo hosted on Github.com */
/** The number of times the user made a commit to a repo hosted on GitHub.com */
readonly dotcomCommits: number
/** The number of times the user made a commit to a protected GitHub or GitHub Enterprise repository */

View file

@ -25,7 +25,7 @@ export function ForkSettingsDescription(props: IForkSettingsDescription) {
Issues will be created in <strong>{targetRepository.fullName}</strong>.
</li>
<li>
"View on Github" will open <strong>{targetRepository.fullName}</strong>{' '}
"View on GitHub" will open <strong>{targetRepository.fullName}</strong>{' '}
in the browser.
</li>
<li>