Skip to content

Commit 2168c1e

Browse files
committed
Adjust step number for copy paste
Reported here: community/community#14639
1 parent baa6a91 commit 2168c1e

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)