Bladeren bron

Merge pull request #2567 from zuphilip/patch-1

Fix typo in description of EmailDigestAgent
Dominik Sander 5 jaren geleden
bovenliggende
commit
5ab1bd28d9
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app/models/agents/email_digest_agent.rb

+ 1 - 1
app/models/agents/email_digest_agent.rb

@@ -11,7 +11,7 @@ module Agents
       used events also relies on the `Keep events` option of the emitting Agent, meaning that if events expire before
       this agent is scheduled to run, they will not appear in the email.
 
-      By default, the will have a `subject` and an optional `headline` before listing the Events.  If the Events'
+      By default, the email will have a `subject` and an optional `headline` before listing the Events.  If the Events'
       payloads contain a `message`, that will be highlighted, otherwise everything in
       their payloads will be shown.