From 615b1c001014de7984c43210412338dcab3f1374 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Tue, 27 Aug 2024 08:04:03 -0500 Subject: [PATCH] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cb8595..2db53fc 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ If you want to reuse delivery method configurations across multiple Notifiers, y # /app/notifiers/notifiers/comment_notifier.rb class CommentNotifier < Noticed::Event include IosNotifier - include AndroidNotifer + include AndroidNotifier include EmailNotifier validates :record, presence: true