From 087eeb146b28e4989122cca9137ce385c2482008 Mon Sep 17 00:00:00 2001 From: Nachiket Pusalkar <33430835+nachiket87@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:12:39 -0500 Subject: [PATCH 1/2] Update Twilio messaging read me (#506) --- docs/delivery_methods/twilio_messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/delivery_methods/twilio_messaging.md b/docs/delivery_methods/twilio_messaging.md index 7b267b32..7c015a81 100644 --- a/docs/delivery_methods/twilio_messaging.md +++ b/docs/delivery_methods/twilio_messaging.md @@ -1,4 +1,4 @@ -# Twilio Messaaging Delivery Method +# Twilio Messaging Delivery Method Sends an SMS or Whatsapp message via Twilio Messaging. From 7a6c487205d0dfdc34e10ec4e481a56dcedb2f4c Mon Sep 17 00:00:00 2001 From: Shane Reddy Date: Fri, 6 Dec 2024 16:22:36 +0200 Subject: [PATCH 2/2] Documentation Fix (#510) * Corrected typo --------- Co-authored-by: Shane Reddy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19781ccd..4087fb23 100644 --- a/README.md +++ b/README.md @@ -602,7 +602,7 @@ end A common custom delivery method in the Rails world might be to Delivery to the web via turbo stream. -Note: This example users custom methods that extend the `Noticed::Notification` class. +Note: This example uses custom methods that extend the `Noticed::Notification` class. See the [Custom Noticed Model Methods](#custom-noticed-model-methods) section for more information.