From 708e31053062e15979d5d340e5a6c9a1f686acf4 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 30 Mar 2021 19:43:30 +0200 Subject: [PATCH] fix: typo in description Genetate -> Generate --- src/commands/completion/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/completion/index.ts b/src/commands/completion/index.ts index 40ef006..42fde10 100644 --- a/src/commands/completion/index.ts +++ b/src/commands/completion/index.ts @@ -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 = []