From f3a44975f046e777ac4b03b1b86326f4d5ba7785 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Tue, 7 Apr 2020 18:56:37 +0300 Subject: [PATCH] Docs: fix README.md typo (#641) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d2d683..a6e6c297 100644 --- a/README.md +++ b/README.md @@ -583,7 +583,7 @@ Repository commands have all the options [General API Commands](#general-api-com Additionally, you can specify the Repository to talk to by providing `--repo owner/name`. However, if you invoke the command inside a clone of the project, the client will figure out this option on its own. Note that it uses the tracked [git remote](http://www.kernel.org/pub/software/scm/git/docs/git-remote.html) for the current branch (and defaults to 'origin' if no tracking is set) to do so. You can use `--store-repo SLUG` once to override it permanently. -It will also automatically pick [travis-ci.com](https://travis-ci.com) if it is a private project. You can of course override this decission with `--com`, `--org` or `--api-endpoint URL` +It will also automatically pick [travis-ci.com](https://travis-ci.com) if it is a private project. You can of course override this decision with `--com`, `--org` or `--api-endpoint URL` #### `branches`