From 7f8e8b8e18ae192c5a1d0e9c289a31592d301697 Mon Sep 17 00:00:00 2001 From: Chuck Date: Fri, 4 Jun 2021 10:38:18 -0400 Subject: [PATCH] Update README.md (#984) Small typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index fca31fae7..f00f02456 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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