Skip to content

Commit a36a5dc

Browse files
authored
fix typo
1 parent 156c44d commit a36a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/refs.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ ca82a6dff817ec66f44342007202690a93763949
205205
----
206206

207207
Remote references differ from branches (`refs/heads` references) mainly in that they're considered read-only.
208-
You can `git checkout` to one, but Git won't symolically reference HEAD to one, so you'll never update it with a `commit` command.
208+
You can `git checkout` to one, but Git won't symbolically reference HEAD to one, so you'll never update it with a `commit` command.
209209
Git manages them as bookmarks to the last known state of where those branches were on those servers.

0 commit comments

Comments
 (0)