Skip to content

Commit 6d08961

Browse files
committed
Merge branch 'request/45' into bugfix/1.7.3
2 parents bb39aa0 + da59c7a commit 6d08961

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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,
@@ -208,7 +208,6 @@ You can use the following options for py.test to help you debug when tests fail:
208208
* `-x` will stop upon the first failure
209209
* `--pdb` will launch the debugger where an exception has been launched
210210

211-
212211
The tests use recordings of exchanged HTTP data, so that we don't need real credentials
213212
and a real connection, when testing the API on minor changes. Those recordings are
214213
called cassettes, thanks to the [betamax](https://github.com/sigmavirus24/betamax) framework

0 commit comments

Comments
 (0)