diff --git a/cmd/keys.go b/cmd/keys.go index 3058eca..703da1e 100644 --- a/cmd/keys.go +++ b/cmd/keys.go @@ -38,7 +38,7 @@ type Config struct { NearConfig near.Config } -// GenerateKeysCmd generates a new key pair and attemots to save it to the file +// GenerateKeysCmd generates a new key pair and attempts to save it to the file func GenerateKeysCmd() *cobra.Command { generateKey := &cobra.Command{ Use: "generate-key",