From e9e5ccd9eeb36e416ddb3a22132f86b8d68f913f Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 28 Jun 2019 15:27:53 +1200 Subject: [PATCH 1/2] Correct spelling of `update` --- src/installer/gitRevParse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/gitRevParse.ts b/src/installer/gitRevParse.ts index 3bea4cc48..edf35b953 100644 --- a/src/installer/gitRevParse.ts +++ b/src/installer/gitRevParse.ts @@ -26,7 +26,7 @@ export default function(): { // If we get --absolute-git-dir in the output, // it probably means that an older version of Git has been used. if (absoluteGitDir === '--absolute-git-dir') { - throw new Error('Husky requires Git >= 2.13.2, please updade Git') + throw new Error('Husky requires Git >= 2.13.2, please update Git') } return { topLevel, absoluteGitDir } From c6463001b1f01926221d4906ec37bf1a2af6c416 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 28 Jun 2019 15:28:29 +1200 Subject: [PATCH 2/2] Correct grammar of sentence in `README.md` --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 97366dca7..0f3554335 100644 --- a/DOCS.md +++ b/DOCS.md @@ -90,7 +90,7 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" ``` -_This feature is experimental 🧪. Feedbacks are welcome._ +_This feature is experimental 🧪. Feedback is welcome._ ## Debug