diff --git a/opensource/project/set-up-git.md b/opensource/project/set-up-git.md index 5c176585eb..88a3793e89 100644 --- a/opensource/project/set-up-git.md +++ b/opensource/project/set-up-git.md @@ -85,7 +85,7 @@ target="_blank">docker/docker repository. Take a moment to familiarize yourself with the repository's contents. List the contents. -## Task 2. Set your signature and an upstream remote +## Task 2. Set your signature and an upstream remote When you contribute to Docker, you must certify you agree with the Developer Certificate of Origin. @@ -192,7 +192,7 @@ the branch to your fork on GitHub: master ``` - The current branch has an * (asterisk) marker. So, these results shows you + The current branch has an * (asterisk) marker. So, these results show you are on the right branch. 4. Create a `TEST.md` file in the repository's root. @@ -281,4 +281,4 @@ commit is signed. Congratulations, you have finished configuring both your local host environment and Git for contributing. In the next section you'll [learn how to set up and -work in a Docker development container](set-up-dev-env.md). \ No newline at end of file +work in a Docker development container](set-up-dev-env.md).