1
0
Fork 0

Typo in README

master
Divya Raj 2019-06-27 11:16:59 +05:30 committed by Emily Kager
parent 66eb4fd03b
commit cd7308515b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ To add it on Mac/Linux, run this command from the project root:
```sh
ln -s ../../config/pre-push-recommended.sh .git/hooks/pre-push
```
or for Windows run this command with administrative priveleges:
or for Windows run this command with administrative privileges:
```sh
mklink /d .git\hooks\pre-push ..\..\config\pre-push-recommended.sh
```