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