From 1c1afc0eb5b8af59889e4da76828d11cbce40453 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 28 Jun 2022 20:53:28 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20minor=20typo:=20excpetion=20=E2=86=92=20e?= =?UTF-8?q?xception?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/sendgrid_actionmailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sendgrid_actionmailer.rb b/lib/sendgrid_actionmailer.rb index f4d6686..2a4ddc6 100644 --- a/lib/sendgrid_actionmailer.rb +++ b/lib/sendgrid_actionmailer.rb @@ -5,7 +5,7 @@ module SendGridActionMailer class DeliveryMethod - # TODO: use custom class to customer excpetion payload + # TODO: use custom class to customer exception payload SendgridDeliveryError = Class.new(StandardError) include SendGrid