Skip to content

Commit

Permalink
spelling: retrieve
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed May 15, 2024
1 parent 5cf3c60 commit a75c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/autocomplete/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class Options extends AutocompleteBase {
// *args: refers to a Command's static args
// *argv: refers to the current execution's command line positional input
// Klass: (class) Command class
// completion: (object) object with data/methods to build/retrive options from cache
// completion: (object) object with data/methods to build/retrieve options from cache
// curPosition*: the current argv position the shell is trying to complete
// options: (string) white-space separated list of values for the shell to use for completion

Expand Down

0 comments on commit a75c5da

Please sign in to comment.