Skip to content

Commit d79a247

Browse files
committed
removed trailing space
1 parent 341d000 commit d79a247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/02-git-basics/sections/tagging.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Now, when someone else clones or pulls from your repository, they will get all y
220220
==== Deleting Tags
221221

222222
To delete a tag on your local repository, you can use `git tag -d <tagname>`.
223-
For example, we could remove our lightweight tag above as follows:
223+
For example, we could remove our lightweight tag above as follows:
224224

225225
[source,console]
226226
----

0 commit comments

Comments
 (0)