Skip to content

Commit

Permalink
Minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnne committed Nov 19, 2023
1 parent 52169f0 commit 48426c9
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 @@ -78,7 +78,7 @@ Recall that a merge creates a *merge commit*, something akin to `Merge branch
that brings the changes on `feature-branch` into `main`, but it contains no
actual work itself. This is both a good and a bad thing: good, because merging
is a safe, *non-destructive* operation (it doesn't alter history); bad, because
it can make the history itself looks quite messy. These are the commands used
it can make the history itself look quite messy. These are the commands used
and what the history will look like afterwards:

```bash
Expand Down

0 comments on commit 48426c9

Please sign in to comment.