Skip to content

Commit

Permalink
fix typo (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored and SamVerschueren committed Jul 20, 2017
1 parent 6beca17 commit b88717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -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([
Expand Down

0 comments on commit b88717f

Please sign in to comment.