Skip to content

Commit bc6d05f

Browse files
authored
Fix typos in readme (#19)
1 parent 97f52a2 commit bc6d05f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ sh <(curl -s https://raw.githubusercontent.com/janniks/prepare-commit-msg/master
2323
> `find . -name .git -type d -prune -exec sh -c 'git --git-dir "{}" init' \;`
2424
2525
### Install Manually
26-
If you prefer to install manually you can walkthrough the following steps:
26+
If you prefer to install manually you can walk through the following steps:
2727

2828
1. Copy the `scripts/prepare-commit-msg` script into your local git repository inside `.git/hooks`
29-
1. Edit the placeholders in the beginning of the script
29+
1. Edit the placeholders at the beginning of the script
3030
1. Make sure the is script executable by running `chmod +x prepare-commit-msg`
3131
1. Enjoy! Test it by committing anything!
3232

@@ -80,7 +80,7 @@ You can use tools like [Regex101](https://regex101.com/) to tweak and test these
8080
## FAQ & Problems
8181

8282
<details>
83-
<summary>I already have a global git-template set up!</summary>
83+
<summary>I already have a global git-template!</summary>
8484
Install manually and add the git hook file to your hooks directory in your existing git-template.
8585
</details>
8686

0 commit comments

Comments
 (0)