Skip to content

Commit

Permalink
Fixed typo (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Gardner authored and SBoudrias committed Jul 7, 2017
1 parent babdfb2 commit 625965e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/paginator.js
Expand Up @@ -4,7 +4,7 @@ var _ = require('lodash');
var chalk = require('chalk');

/**
* The paginator keep trakcs of a pointer index in a list and return
* The paginator keeps track of a pointer index in a list and returns
* a subset of the choices if the list is too long.
*/

Expand Down

0 comments on commit 625965e

Please sign in to comment.