diff --git a/examples/helpers/eventwebhook/example.rb b/examples/helpers/eventwebhook/example.rb index 92ad81c1..77c28a06 100644 --- a/examples/helpers/eventwebhook/example.rb +++ b/examples/helpers/eventwebhook/example.rb @@ -1,4 +1,4 @@ -require 'sengrid-ruby' +require 'sendgrid-ruby' include SendGrid def is_valid_signature(request) diff --git a/examples/mail/mail.rb b/examples/mail/mail.rb index ad419c22..0990ed22 100644 --- a/examples/mail/mail.rb +++ b/examples/mail/mail.rb @@ -160,7 +160,7 @@ "enable": true, "html": "If you would like to unsubscribe and stop receiving these emails <% clickhere %>.", "substitution_tag": "<%click here%>", - "text": "If you would like to unsubscribe and stop receiveing these emails <% click here %>." + "text": "If you would like to unsubscribe and stop receiving these emails <% click here %>." } } }') diff --git a/lib/sendgrid/helpers/inbound/app.rb b/lib/sendgrid/helpers/inbound/app.rb index 9ccc6ccb..c34ee467 100644 --- a/lib/sendgrid/helpers/inbound/app.rb +++ b/lib/sendgrid/helpers/inbound/app.rb @@ -2,8 +2,8 @@ require 'sinatra' rescue LoadError puts <<-NOTE - As of sengrid verison 6, sinatra is no longer specified as a dependency of - the sendgrid gem. All the functionality of the inbound server is still the same + As of sendgrid version 6, sinatra is no longer specified as a dependency of + the sendgrid gem. All the functionality of the Inbound server is still the same and fully supported, but you just need to include the sinatra dependency in your gemfile yourself, like so: diff --git a/lib/sendgrid/helpers/inbound/public/index.html b/lib/sendgrid/helpers/inbound/public/index.html index a5fa4797..096983df 100644 --- a/lib/sendgrid/helpers/inbound/public/index.html +++ b/lib/sendgrid/helpers/inbound/public/index.html @@ -3,7 +3,7 @@