Fix typo in ActionMailbox::InboundEmail::MessageId [ci skip]

- `a Active Storage` -> `an Active Storage`
- `which be uploaded` -> `which is uploaded`
This commit is contained in:
Takayuki Nakata 2019-09-17 17:40:49 +09:00
parent db43f33fbb
commit fffb2b2a11

@ -10,7 +10,7 @@ module ActionMailbox::InboundEmail::MessageId
extend ActiveSupport::Concern
class_methods do
# Create a new +InboundEmail+ from the raw +source+ of the email, which be uploaded as a Active Storage
# Create a new +InboundEmail+ from the raw +source+ of the email, which is uploaded as an Active Storage
# attachment called +raw_email+. Before the upload, extract the Message-ID from the +source+ and set
# it as an attribute on the new +InboundEmail+.
def create_and_extract_message_id!(source, **options)