Skip to content

Commit

Permalink
[terminal/input] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 24, 2024
1 parent 3df776a commit e4ac391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal/input/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var ErrKillSignal = linenoise.ErrKillSignal
// Prompt is a prompt string
var Prompt = "> "

// MaskSymbol is a symbol used to maks passwords
// MaskSymbol is a symbol used to mask passwords
var MaskSymbol = "*"

// HideLength is a flag to hide the password length
Expand Down

0 comments on commit e4ac391

Please sign in to comment.