1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #13791 from eolamey/minor-docs-fixes

Fix a typo and a minor formatting issue in the docs.
This commit is contained in:
James Turnbull 2015-06-07 09:25:15 -04:00
commit 3c37a307bc
3 changed files with 5 additions and 5 deletions

View file

@ -75,9 +75,9 @@ Always rebase and squash your commits before making a pull request.
6. Edit and save your commit message.
`git commit -s`
$ git commit -s
Make sure your message includes <a href="./set-up-git" target="_blank>your signature</a>.
Make sure your message includes <a href="../set-up-git" target="_blank">your signature</a>.
7. Force push any changes to your fork on GitHub.

View file

@ -102,7 +102,7 @@ Run the entire test suite on your current repository:
* creates a new binary
* cross-compiles all the binaries for the various operating systems
* runs the all the tests in the system
* runs all the tests in the system
It can take several minutes to run all the tests. When they complete
successfully, you see the output concludes with something like this:

View file

@ -178,9 +178,9 @@ You should pull and rebase frequently as you work.
6. Edit and save your commit message.
`git commit -s`
$ git commit -s
Make sure your message includes <a href="./set-up-git" target="_blank>your signature</a>.
Make sure your message includes <a href="../set-up-git" target="_blank">your signature</a>.
7. Force push any changes to your fork on GitHub.