Skip to content

Commit da59c7a

Browse files
committed
typo fix
1 parent bd7927c commit da59c7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Also, you can open the repository's page, using the `open` command:
5757

5858
### Requests for merges *(aka Pull Requests aka Merge Requests)*
5959

60-
Once you're all set with your repository, you can check requests to merge
60+
Once you're all set with your repository, you can check requests to merge
6161
(aka Pull Requests on github) using the `request` command:
6262

6363
% git hub request guyzmo/git-repo list
@@ -109,7 +109,7 @@ And when you're done you just get rid of it:
109109
Successfully deleted gist!
110110

111111
> *Nota Bene*: Thanks to `git` CLI flexibility, by installing `git-repo` you directly
112-
> have acces to the tool using `git-repo hub …` or `git repo hub …`. For the
112+
> have access to the tool using `git-repo hub …` or `git repo hub …`. For the
113113
> `git hub …` call, you have to set up aliases, see below how to configure that.
114114
115115
And as a bonus, each time it's adding a new remote, it's updating the `all` remote,
@@ -188,7 +188,7 @@ So you can run the tool as a git subcommand:
188188
### Development
189189

190190
For development, I like to use `buildout`, and the repository is already configured
191-
for that. All you have to do, is install buildout, and then call it from the root of
191+
for that. All you have to do, is install buildout, and then call it from the root of
192192
the repository:
193193

194194
% pip install zc.buildout
@@ -214,15 +214,15 @@ and a real connection, when testing the API on minor changes. Those recordings a
214214
called cassettes, thanks to the [betamax](https://github.com/sigmavirus24/betamax) framework
215215
being in use in the test suites.
216216

217-
When running existing tests, based on the provided cassettes, you don't need any
217+
When running existing tests, based on the provided cassettes, you don't need any
218218
setting. Also, if you've got a configuration in `~/.gitconfig`, the tests will use
219219
them. Anyway, you can use environment variables for those settings (environment
220220
variables will have precedence over the configuration settings):
221221

222222
To use your own credentials, you can setup the following environment variables:
223223

224224
* `GITHUB_NAMESPACE` (which defaults to `not_configured`) is the name of the account to use on github
225-
* `GITLAB_NAMESPACE` (which defaults to `not_configured`) is the name of the account to use on gitlab
225+
* `GITLAB_NAMESPACE` (which defaults to `not_configured`) is the name of the account to use on gitlab
226226
* `BITBUCKET_NAMESPACE` (which defaults to `not_configured`) is the name of the account to use on bitbucket
227227
* `PRIVATE_KEY_GITHUB` your private token you've setup on github for your account
228228
* `PRIVATE_KEY_GITLAB` your private token you've setup on gitlab for your account

0 commit comments

Comments
 (0)