diff --git a/plugins/uptimerobot/uptimerobot.go b/plugins/uptimerobot/uptimerobot.go index 4805bac..9e60783 100644 --- a/plugins/uptimerobot/uptimerobot.go +++ b/plugins/uptimerobot/uptimerobot.go @@ -79,7 +79,7 @@ func monitorQuery(command *bot.Cmd) (string, error) { } if len(statuses) == 0 { - lines = append(lines, fmt.Sprintf("Please provided at least on status to filter with.")) + lines = append(lines, fmt.Sprintf("Please provided at least one status to filter with.")) return strings.Join(lines, "\n"), nil }