From cd7308515b19b0596c3e21de4f7150dc2e74a355 Mon Sep 17 00:00:00 2001 From: Divya Raj Date: Thu, 27 Jun 2019 11:16:59 +0530 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bee131ef..f913a4ee0 100644 --- a/README.md +++ b/README.md @@ -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 ```