Skip to content

Commit

Permalink
Correct typos (#522)
Browse files Browse the repository at this point in the history
* Correct spelling of `update`

* Correct grammar of sentence in `README.md`
  • Loading branch information
G-Rath authored and typicode committed Jun 28, 2019
1 parent 0843abd commit 4e044f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOCS.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/installer/gitRevParse.ts
Expand Up @@ -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 }
Expand Down

0 comments on commit 4e044f6

Please sign in to comment.