Skip to content

Commit

Permalink
Fix small typo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayshvab authored and SamVerschueren committed Jul 14, 2017
1 parent 3902cc0 commit 6beca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -95,7 +95,7 @@ const tasks = new Listr([

### Promises

A `task` can also be async by returning a `Promise`. If the promise resolves, the task completed successfully, it it rejects, the task failed.
A `task` can also be async by returning a `Promise`. If the promise resolves, the task completed successfully, if it rejects, the task failed.

```js
const tasks = new Listr([
Expand Down

0 comments on commit 6beca17

Please sign in to comment.