mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-08 00:03:41 -04:00
Fix typo
This commit is contained in:
parent
223155a40e
commit
aad642b1a7
@ -10,7 +10,7 @@ module Faraday
|
||||
:ActionDispatch => 'action_dispatch',
|
||||
:NetHttp => 'net_http',
|
||||
:Typhoeus => 'typhoeus',
|
||||
:EMSynchrony => 'em_synchrony',
|
||||
:EMSynchrony => 'em_synchrony',
|
||||
:Patron => 'patron',
|
||||
:Test => 'test'
|
||||
|
||||
@ -20,7 +20,7 @@ module Faraday
|
||||
:net_http => :NetHttp,
|
||||
:typhoeus => :Typhoeus,
|
||||
:patron => :Patron,
|
||||
:em_synchrnoy => :EMSynchrony
|
||||
:em_synchrony => :EMSynchrony
|
||||
|
||||
def call(env)
|
||||
process_body_for_request(env)
|
||||
|
Loading…
x
Reference in New Issue
Block a user