Skip to content

Commit a18e4e7

Browse files
authored
Merge pull request #17004 from look/patch-2
Adjust step number for copy paste
2 parents 1655a40 + a75c13b commit a18e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/quickstart/fork-a-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ When you fork a project in order to propose changes to the original repository,
152152
> origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (push)
153153
```
154154

155-
6. Type `git remote add upstream`, and then paste the URL you copied in Step 2 and press **Enter**. It will look like this:
155+
6. Type `git remote add upstream`, and then paste the URL you copied in Step 3 and press **Enter**. It will look like this:
156156
```shell
157157
$ git remote add upstream https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife.git
158158
```

0 commit comments

Comments
 (0)