Skip to content

Commit 8811cca

Browse files
committed
fix typo
1 parent 3df7453 commit 8811cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/recording-changes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ If our environment looks like this:
323323
[source,console]
324324
----
325325
$ git add CONTRIBUTING.md
326-
$ echo 'test line' >> CONTRIBUTING.md
326+
$ echo '# test line' >> CONTRIBUTING.md
327327
$ git status
328328
On branch master
329329
Changes to be committed:

0 commit comments

Comments
 (0)