summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Johnson <mattias01001010@gmail.com>2023-08-05 20:09:53 +0200
committerGitHub <noreply@github.com>2023-08-05 20:09:53 +0200
commit78676dcff6d0a1740f4d42eddea96d9073e8872c (patch)
treed5be06d00607c6f46ff34567f2e6dc1173d4243e
parent7847203d6e8e89d4f5dc52ac167a219b0bd69d5f (diff)
Fix README.md typo backkground -> background
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b11ecfd9e..1c9463b61 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ For when you really want to just get rid of anything that shows up when you run
### Amend an old commit
-Pressing `shift+a` on any commit will amend that commit with the currently staged changes (running an interactive rebase in the backkground).
+Pressing `shift+a` on any commit will amend that commit with the currently staged changes (running an interactive rebase in the background).
![amend_old_commit](../assets/demo/amend_old_commit-compressed.gif)