From c25e478d43ce38e0ebe46443b2eeaf3b3e9fc08f Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Wed, 19 Dec 2018 21:50:44 -0500 Subject: [PATCH] Capitalize GitHub in doco --- commands/fork.go | 2 +- share/man/man1/hub.1.ronn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/fork.go b/commands/fork.go index 23eb790c..d93cbcb1 100644 --- a/commands/fork.go +++ b/commands/fork.go @@ -29,7 +29,7 @@ var cmdFork = &Command{ > git remote add -f USER git@github.com:USER/REPO.git $ hub fork --org=ORGANIZATION - [ repo forked on Github into the ORGANIZATION organization] + [ repo forked on GitHub into the ORGANIZATION organization] > git remote add -f ORGANIZATION git@github.com:ORGANIZATION/REPO.git ## See also: diff --git a/share/man/man1/hub.1.ronn b/share/man/man1/hub.1.ronn index d89f13eb..6f76530c 100644 --- a/share/man/man1/hub.1.ronn +++ b/share/man/man1/hub.1.ronn @@ -68,7 +68,7 @@ git but that are extended through hub, and custom ones that hub provides. Create a new repository on GitHub and add a git remote for it. * hub-delete(1): - Delete a repository on Github. + Delete a repository on GitHub. * hub-fork(1): Fork the current project on GitHub and add a git remote for it. -- GitLab