Skip to content

Commit

Permalink
Update README.md (typicode#984)
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
eclectic-coding authored and nikoladavitkovski committed Sep 2, 2022
1 parent de66ac1 commit fb443ad
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 fb443ad

Please sign in to comment.