Skip to content

Commit

Permalink
Update README.md (#984)
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
eclectic-coding committed Jun 4, 2021
1 parent a6fa2b1 commit 28d9b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -259,7 +259,7 @@ Alternatively, most Continuous Integration Servers set a `CI` environment variab
[ -n "$CI" ] && exit 0
```

You can also use [is-ci](https://github.com/watson/is-ci) in your `prepare` script to conditionnally install husky
You can also use [is-ci](https://github.com/watson/is-ci) in your `prepare` script to conditionally install husky

```shell
npm install is-ci --save-dev
Expand Down

0 comments on commit 28d9b2d

Please sign in to comment.