From 44efff5a46f0f882539979f160e87740c26623a3 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 5 Oct 2016 09:28:24 +0900 Subject: [PATCH] Fix grammar --- app/models/agents/pushover_agent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/agents/pushover_agent.rb b/app/models/agents/pushover_agent.rb index 1c001e92..09043579 100644 --- a/app/models/agents/pushover_agent.rb +++ b/app/models/agents/pushover_agent.rb @@ -16,7 +16,7 @@ module Agents * `user`: the user or group key (not e-mail address). * `expected_receive_period_in_days`: is maximum number of days that you would expect to pass between events being received by this agent. - The following options are all Liquid templates which evaluated values will be posted to Pushover API. Only the `message` parameter is required, and if it is blank API call is omitted. + The following options are all Liquid templates whose evaluated values will be posted to the Pushover API. Only the `message` parameter is required, and if it is blank API call is omitted. Pushover API has a `512` Character Limit including `title`. `message` will be truncated.