From 649b94a58386fe4345b0f566377b02445a0befef Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 26 Apr 2021 09:39:15 +1200 Subject: [PATCH] docs: fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d9579668..18428e67d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ To automate this process, you can start a watcher on the package you're working on, for example if you want to make some change on the `@nivo/bar` package, you should run `make package-dev-bar` and then start the website `make website`, this way each change you make will trigger a build and will be (almost :)) -immedialty visible on the website. +immediately visible on the website. You can also build the packages without running a watcher, you have two options: