Skip to content

Commit

Permalink
Fix typo in README (#481)
Browse files Browse the repository at this point in the history
* Fix typo

* Apply suggestions from code review

---------

Co-authored-by: Chris Oliver <[email protected]>
  • Loading branch information
ghiculescu and excid3 authored Aug 27, 2024
1 parent 423a33b commit 6199c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6199c82

Please sign in to comment.