Skip to content

Commit

Permalink
Update cmd/keys.go
Browse files Browse the repository at this point in the history
Fix typo in comment

Co-authored-by: Pavel Pustovalov <[email protected]>
  • Loading branch information
spilin and pustovalov authored Oct 12, 2023
1 parent dfba05c commit d2ac127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2ac127

Please sign in to comment.