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 @@ Twilio SendGrid Incoming Parse -

You have successfuly launched the server!

+

You have successfully launched the server!

Check out the documentation on how to use this software to utilize the SendGrid Inbound Parse webhook. diff --git a/spec/rack/sendgrid_webhook_verification_spec.rb b/spec/rack/sendgrid_webhook_verification_spec.rb index c8d2ee2c..67d67012 100644 --- a/spec/rack/sendgrid_webhook_verification_spec.rb +++ b/spec/rack/sendgrid_webhook_verification_spec.rb @@ -124,7 +124,7 @@ let(:middleware) { Rack::SendGridWebhookVerification.new(@spy_app, public_key, %r{/email}) } - it 'keeps orignal reading position' do + it 'keeps original reading position' do options = { :input => Fixtures::EventWebhook::PAYLOAD, 'Content-Type' => "application/json" diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index 3807f947..23e19529 100644 --- a/test/sendgrid/test_sendgrid-ruby.rb +++ b/test/sendgrid/test_sendgrid-ruby.rb @@ -1260,7 +1260,7 @@ def test_mail_send_post "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 %>." } } }')