Skip to content

Commit

Permalink
Fix wording of error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhill committed Dec 24, 2022
1 parent 2a141df commit e357ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/semver-order/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
raw, err := parseStdinJSON(os.Stdin)

if err != nil {
logger.Info("The input is not in the expect structure, input should be a JSON array of strings")
logger.Info("The input is not in the expected structure, input should be a JSON array of strings")
return
}

Expand Down

0 comments on commit e357ea7

Please sign in to comment.