diff --git a/README.md b/README.md index 253fcaf..99d7a0a 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ git archive master --format=zip --output=master.zip git add --all && git commit --amend --no-edit ``` -## Purnes branches that have been deleted in the remote. +## Prunes branches that have been deleted in the remote. ```sh git fetch -p ```