未验证 提交 9680984c 编写于 作者: E Eugene Kenny 提交者: GitHub

Merge pull request #37221 from giraffate/fix_typo_in_actionmailbox_inboundemail_messageid

Fix typo in ActionMailbox::InboundEmail::MessageId [ci skip]
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册