Skip to content

Commit

Permalink
fix: typo in description
Browse files Browse the repository at this point in the history
Genetate -> Generate
  • Loading branch information
erezrokah authored Mar 30, 2021
1 parent 7eb75ec commit 708e310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/completion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getInstructionsForFish } from '../../utils/fish'
import { getInstructionsForZsh } from '../../utils/zsh'

export default class Completion extends CompletionBase {
static description = 'Genetate shell completion script'
static description = 'Generate shell completion script'

static args = []

Expand Down

0 comments on commit 708e310

Please sign in to comment.