Skip to content

Commit 1f386de

Browse files
authored
Merge pull request rails#51145 from biow0lf/biow0lf-patch-1
Fix typos [ci skip]
2 parents c6c8d1d + 96be090 commit 1f386de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actionmailbox/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ module ActionMailbox
4545
#
4646
# Built-in ingress commands are available for these popular SMTP servers:
4747
#
48-
# - Exim (<tt>bin/rails action_mailbox:ingress:exim)
49-
# - Postfix (<tt>bin/rails action_mailbox:ingress:postfix)
50-
# - Qmail (<tt>bin/rails action_mailbox:ingress:qmail)
48+
# - Exim (<tt>bin/rails action_mailbox:ingress:exim</tt>)
49+
# - Postfix (<tt>bin/rails action_mailbox:ingress:postfix</tt>)
50+
# - Qmail (<tt>bin/rails action_mailbox:ingress:qmail</tt>)
5151
class Ingresses::Relay::InboundEmailsController < ActionMailbox::BaseController
5252
before_action :authenticate_by_password, :require_valid_rfc822_message
5353

0 commit comments

Comments
 (0)