Fix typo a InboxMailbox -> an InboxMailbox [ci skip]

This commit is contained in:
Takayuki Nakata 2019-10-03 14:27:35 +09:00
parent 064338998f
commit 43081fae4c
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ Example:
========
rails generate mailbox inbox
creates a InboxMailbox class and test:
creates an InboxMailbox class and test:
Mailbox: app/mailboxes/inbox_mailbox.rb
Test: test/mailboxes/inbox_mailbox_test.rb