Skip to content

Commit e3d42e6

Browse files
committed
Fix typo in 2.6 tagging
Close #411
1 parent 3d5f258 commit e3d42e6

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
@@ -262,7 +262,7 @@ $ git push origin --delete <tagname>
262262
==== 检出标签
263263

264264
如果你想查看某个标签所指向的文件版本,可以使用 `git checkout` 命令,
265-
虽然这会使你的仓库处于“分离头指针(detacthed HEAD)”的状态——这个状态有些不好的副作用:
265+
虽然这会使你的仓库处于“分离头指针(detached HEAD)”的状态——这个状态有些不好的副作用:
266266

267267
[source,console]
268268
----

0 commit comments

Comments
 (0)