Merge paragraphs

Andrew Cantino 9 lat temu
rodzic
commit
1c83ffaf25
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/models/agents/email_digest_agent.rb

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

@@ -19,7 +19,6 @@ module Agents
19 19
       You can provide a `from` address for the email, or leave it blank to default to the value of `EMAIL_FROM_ADDRESS` (`#{ENV['EMAIL_FROM_ADDRESS']}`).
20 20
 
21 21
       You can provide a `content_type` for the email and specify `text/plain` or `text/html` to be sent.
22
-
23 22
       If you do not specify `content_type`, then the recipient email server will determine the correct rendering.
24 23
 
25 24
       Set `expected_receive_period_in_days` to the maximum amount of time that you'd expect to pass between Events being received by this Agent.