Skip to content

Commit abf3f23

Browse files
authored
Merge pull request #17 from github/peckjon-patch-4
Clarify hash symbol in commit message
2 parents 13a5659 + 3801696 commit abf3f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guided-workshop/exercises/3-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Custom containers for GitHub Codespaces become part of the source code for the r
8181

8282
```bash
8383
git add .
84-
git commit -m "Resolves <ISSUE_NUMBER>"
84+
git commit -m "Resolves #<ISSUE_NUMBER>"
8585
git push
8686
```
8787

0 commit comments

Comments
 (0)