made description into one paragraph

Judy Ngai преди 9 години
родител
ревизия
abe9ab7eaf
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/models/agents/email_agent.rb

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

@@ -24,7 +24,6 @@ module Agents
24 24
       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']}`).
25 25
 
26 26
       You can provide a `content_type` for the email and specify `text/plain` or `text/html` to be sent.
27
-
28 27
       If you do not specify `content_type`, then the recipient email server will determine the correct rendering.
29 28
 
30 29
       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.