Merge pull request #1860 from nikolas/patch-1

commands/clone: fix typo in docs
This commit is contained in:
Mislav Marohnić 2018-08-31 19:48:18 +02:00 коммит произвёл GitHub
Родитель 24fefa3dcf f316e55cd8
Коммит 30bfd9e1a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ var cmdClone = &Command{
The 'git:' protocol will be used for cloning public repositories, while the SSH
protocol will be used for private repositories and those that you have push
acccess to. Alternatively, hub can be configured to use HTTPS protocol for
access to. Alternatively, hub can be configured to use HTTPS protocol for
everything. See "HTTPS instead of git protocol" and "HUB_PROTOCOL" of hub(1).
## Examples: