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. 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.