From d9630c4815c60f87e91361f578e53e8d987ad0ae Mon Sep 17 00:00:00 2001
From: George Claghorn <george@basecamp.com>
Date: Tue, 1 Jan 2019 16:43:03 -0500
Subject: s/Active Mailbox/Action Mailbox/ [ci skip]

---
 actionmailbox/app/controllers/action_mailbox/base_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'actionmailbox')

diff --git a/actionmailbox/app/controllers/action_mailbox/base_controller.rb b/actionmailbox/app/controllers/action_mailbox/base_controller.rb
index cc22ea803c..f0f1f555e6 100644
--- a/actionmailbox/app/controllers/action_mailbox/base_controller.rb
+++ b/actionmailbox/app/controllers/action_mailbox/base_controller.rb
@@ -1,7 +1,7 @@
 # frozen_string_literal: true
 
 module ActionMailbox
-  # The base class for all Active Mailbox ingress controllers.
+  # The base class for all Action Mailbox ingress controllers.
   class BaseController < ActionController::Base
     skip_forgery_protection
 
-- 
cgit v1.2.3