From 6199c823d2798037e9816735467b875d11d1752f Mon Sep 17 00:00:00 2001 From: Alex Ghiculescu Date: Tue, 27 Aug 2024 23:04:20 +1000 Subject: [PATCH] Fix typo in README (#481) * Fix typo * Apply suggestions from code review --------- Co-authored-by: Chris Oliver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462d542..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 AndriodNotifer + include AndroidNotifier include EmailNotifier validates :record, presence: true