Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored Feb 20, 2024
1 parent 2f10ced commit 96be090
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ module ActionMailbox
#
# Built-in ingress commands are available for these popular SMTP servers:
#
# - Exim (<tt>bin/rails action_mailbox:ingress:exim)
# - Postfix (<tt>bin/rails action_mailbox:ingress:postfix)
# - Qmail (<tt>bin/rails action_mailbox:ingress:qmail)
# - Exim (<tt>bin/rails action_mailbox:ingress:exim</tt>)
# - Postfix (<tt>bin/rails action_mailbox:ingress:postfix</tt>)
# - Qmail (<tt>bin/rails action_mailbox:ingress:qmail</tt>)
class Ingresses::Relay::InboundEmailsController < ActionMailbox::BaseController
before_action :authenticate_by_password, :require_valid_rfc822_message

Expand Down

0 comments on commit 96be090

Please sign in to comment.