We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a1a1e commit 03406f1Copy full SHA for 03406f1
internal/cmd/beta/kms/key/restore/restore.go
@@ -34,7 +34,7 @@ type inputModel struct {
34
func NewCmd(params *params.CmdParams) *cobra.Command {
35
cmd := &cobra.Command{
36
Use: "restore",
37
- Short: "Resotre a key",
+ Short: "Restore a key",
38
Long: "Restores the given key from being deleted.",
39
Args: args.NoArgs,
40
Example: examples.Build(
0 commit comments