From b88717f83370e938f788283dd268cee4263f730b Mon Sep 17 00:00:00 2001 From: "Andrew Plaza (insidious)" Date: Thu, 20 Jul 2017 11:58:59 -0400 Subject: [PATCH] fix typo (#69) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 36763cc..868690e 100644 --- a/readme.md +++ b/readme.md @@ -186,7 +186,7 @@ const tasks = new Listr([ ## Enabling tasks -By default, every task is enabled which means that every task will be executed. However, it's also possible to provide an `enabled` function that returns wheter the task should be executed or not. +By default, every task is enabled which means that every task will be executed. However, it's also possible to provide an `enabled` function that returns whether the task should be executed or not. ```js const tasks = new Listr([