Skip to content

Commit

Permalink
orignal ==> original
Browse files Browse the repository at this point in the history
  • Loading branch information
fkmy committed Oct 24, 2024
1 parent 02b6a2a commit bf419cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rack/sendgrid_webhook_verification_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf419cf

Please # to comment.