We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d06542 commit b54ba10Copy full SHA for b54ba10
README
@@ -21,7 +21,7 @@ As of Rails 3 ExceptionNotifier is used as a rack middleware
21
:exception_recipients => %w{[email protected]}
22
23
If you need to send exception notifications from a background process like
24
-delayed job you must manually send the exeption with:
+delayed job you must manually send the exception with:
25
26
ExceptionNotifier::Notifier.background_exception_notification(e)
27
0 commit comments