Skip to content

Commit

Permalink
Minor spell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 19, 2023
1 parent 48426c9 commit e607fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/git/git-9-extra-material.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ what the output of the `git reflog` command might show:
8c80c88 HEAD@{4}: checkout: moving from main to feature-branch
```

It show the most recent change at the top, notified by `HEAD@{0}`. We thus have
It shows the most recent change at the top, notified by `HEAD@{0}`. We thus have
a merging of `feature-branch` into `main`, a checkout into `main`, two commits
on `feature-branch` and a checkout into `feature-branch` - reading it backwards
we get a chronological log of what has happened.
Expand Down

0 comments on commit e607fc8

Please sign in to comment.