Skip to content

Commit bf419cf

Browse files
committed
orignal ==> original
1 parent 02b6a2a commit bf419cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rack/sendgrid_webhook_verification_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
let(:middleware) { Rack::SendGridWebhookVerification.new(@spy_app, public_key, %r{/email}) }
126126

127-
it 'keeps orignal reading position' do
127+
it 'keeps original reading position' do
128128
options = {
129129
:input => Fixtures::EventWebhook::PAYLOAD,
130130
'Content-Type' => "application/json"

0 commit comments

Comments
 (0)