mirror of https://github.com/docker/docs.git
Merge pull request #2160 from nishanttotla/fix-typo-contributing
Fix typo in CONTRIBUTING.md
This commit is contained in:
commit
0524ead8da
|
@ -95,8 +95,8 @@ git remote set-url --push upstream no-pushing
|
||||||
You can check your configuration like this:
|
You can check your configuration like this:
|
||||||
```sh
|
```sh
|
||||||
$ git remote -v
|
$ git remote -v
|
||||||
origin https://github.com/mgoelzer/swarm.git (fetch)
|
origin https://github.com/<username>/swarm.git (fetch)
|
||||||
origin https://github.com/mgoelzer/swarm.git (push)
|
origin https://github.com/<username>/swarm.git (push)
|
||||||
upstream https://github.com/docker/swarm.git (fetch)
|
upstream https://github.com/docker/swarm.git (fetch)
|
||||||
upstream no-pushing (push)
|
upstream no-pushing (push)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue