From 19b89ebb5144e43fb78bff5ed000c8f1c4fc975c Mon Sep 17 00:00:00 2001 From: hunterlong Date: Thu, 17 Jan 2019 13:11:43 -0800 Subject: [PATCH] typos --- notifiers/command.go | 4 ++-- notifiers/email.go | 6 +++--- notifiers/line_notify.go | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notifiers/command.go b/notifiers/command.go index 1a68129f..469adae4 100644 --- a/notifiers/command.go +++ b/notifiers/command.go @@ -46,13 +46,13 @@ var command = &commandLine{¬ifier.Notification{ Title: "Command to Run on OnSuccess", Placeholder: "curl google.com", DbField: "var1", - SmallText: "This command will run everytime a service is receiving a Successful event.", + SmallText: "This command will run every time a service is receiving a Successful event.", }, { Type: "text", Title: "Command to Run on OnFailure", Placeholder: "curl offline.com", DbField: "var2", - SmallText: "This command will run everytime a service is receiving a Failing event.", + SmallText: "This command will run every time a service is receiving a Failing event.", }}}, } diff --git a/notifiers/email.go b/notifiers/email.go index b6d1a6f8..ed43eda6 100644 --- a/notifiers/email.go +++ b/notifiers/email.go @@ -141,13 +141,13 @@ var emailer = &email{¬ifier.Notification{ DbField: "Port", }, { Type: "text", - Title: "Outgoing email Address", - Placeholder: "Insert your Outgoing email Address", + Title: "Outgoing Email Address", + Placeholder: "outgoing@email.com", DbField: "Var1", }, { Type: "email", Title: "Send Alerts To", - Placeholder: "email Address", + Placeholder: "sendto@email.com", DbField: "Var2", }}, }} diff --git a/notifiers/line_notify.go b/notifiers/line_notify.go index e1c1c4e5..47233a8d 100644 --- a/notifiers/line_notify.go +++ b/notifiers/line_notify.go @@ -36,7 +36,7 @@ type lineNotifier struct { var lineNotify = &lineNotifier{¬ifier.Notification{ Method: lineNotifyMethod, Title: "LINE Notify", - Description: "LINE Notify will send notifications to your LINE Notify account when services are offline or online. Baed on the LINE Notify API.", + Description: "LINE Notify will send notifications to your LINE Notify account when services are offline or online. Based on the LINE Notify API.", Author: "Kanin Peanviriyakulkit", AuthorUrl: "https://github.com/dogrocker", Icon: "far fa-bell",