Skip to content

Commit b3ef6a4

Browse files
potato4dhansl
authored andcommitted
chore: Fix GitHub typo Git'h'ub to Git'H'ub. (#3935)
1 parent 37d93a0 commit b3ef6a4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
219219
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
220220
[corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html
221221
[dev-doc]: https://github.com/angular/angular/blob/master/DEVELOPER.md
222-
[github]: https://github.com/angular/angular-cli
222+
[GitHub]: https://github.com/angular/angular-cli
223223
[gitter]: https://gitter.im/angular/angular-cli
224224
[individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html
225225
[js-style-guide]: https://google.github.io/styleguide/jsguide.html

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ This will do the following:
243243
- rebuilds the app in production mode at the current `HEAD`
244244
- creates a local `gh-pages` branch if one doesn't exist
245245
- moves your app to the `gh-pages` branch and creates a commit
246-
- edit the base tag in index.html to support github pages
247-
- pushes the `gh-pages` branch to github
246+
- edit the base tag in index.html to support GitHub Pages
247+
- pushes the `gh-pages` branch to GitHub
248248
- returns back to the original `HEAD`
249249

250-
Creating the repo requires a token from github, and the remaining functionality
250+
Creating the repo requires a token from GitHub, and the remaining functionality
251251
relies on ssh authentication for all git operations that communicate with github.com.
252252
To simplify the authentication, be sure to [setup your ssh keys](https://help.github.com/articles/generating-ssh-keys/).
253253

@@ -257,7 +257,7 @@ If you are deploying a [user or organization page](https://help.github.com/artic
257257
ng github-pages:deploy --user-page --message "Optional commit message"
258258
```
259259

260-
This command pushes the app to the `master` branch on the github repo instead
260+
This command pushes the app to the `master` branch on the GitHub repo instead
261261
of pushing to `gh-pages`, since user and organization pages require this.
262262

263263

packages/angular-cli/blueprints/ng2/files/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
2222
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
2323
Before running the tests make sure you are serving the app via `ng serve`.
2424

25-
## Deploying to Github Pages
25+
## Deploying to GitHub Pages
2626

27-
Run `ng github-pages:deploy` to deploy to Github Pages.
27+
Run `ng github-pages:deploy` to deploy to GitHub Pages.
2828

2929
## Further help
3030

packages/angular-cli/commands/github-pages-deploy.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ const githubPagesDeployCommand = Command.extend({
5151
name: 'gh-token',
5252
type: String,
5353
default: '',
54-
description: 'Github token'
54+
description: 'GitHub token'
5555
}, {
5656
name: 'gh-username',
5757
type: String,
5858
default: '',
59-
description: 'Github username'
59+
description: 'GitHub username'
6060
}, {
6161
name: 'base-href',
6262
type: String,

0 commit comments

Comments
 (0)