Skip to content

Commit

Permalink
Fix typo (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored and SBoudrias committed Nov 23, 2017
1 parent 984de6a commit 62a72d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prompts/checkbox.js
Expand Up @@ -88,7 +88,7 @@ class CheckboxPrompt extends Base {
chalk.cyan.bold('<a>') +
' to toggle all, ' +
chalk.cyan.bold('<i>') +
' to inverse selection)';
' to invert selection)';
}

// Render choices or answer depending on the state
Expand Down

0 comments on commit 62a72d4

Please sign in to comment.