From dbb9a31185f8ea379044765949d43d7927f59c0c Mon Sep 17 00:00:00 2001 From: cs Date: Tue, 10 May 2022 22:38:53 +0530 Subject: [PATCH] fixing typo. --- pkg/cmd/sshkeys/sshkeys.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/sshkeys/sshkeys.go b/pkg/cmd/sshkeys/sshkeys.go index fce22d31..2ea3a52c 100644 --- a/pkg/cmd/sshkeys/sshkeys.go +++ b/pkg/cmd/sshkeys/sshkeys.go @@ -18,8 +18,8 @@ func NewCmdSSHKeys(t *terminal.Terminal, sshKeyStore SSHKeyStore) *cobra.Command cmd := &cobra.Command{ Annotations: map[string]string{"housekeeping": ""}, Use: "ssh-key", - Short: "Get your pulic SSH-Key", - Long: "Get your pulic SSH-Key to add to pull and push from your git repository.", + Short: "Get your public SSH-Key", + Long: "Get your public SSH-Key to add to pull and push from your git repository.", Example: `brev ssh-key`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { err := cmdcontext.InvokeParentPersistentPreRun(cmd, args)