diff --git a/docs/advanced/parallel-requests.md b/docs/advanced/parallel-requests.md index 04e48a063..a2634f955 100644 --- a/docs/advanced/parallel-requests.md +++ b/docs/advanced/parallel-requests.md @@ -5,7 +5,7 @@ This can be achieved using the `#in_parallel` method on the connection object. ```ruby # Install the Typhoeus adapter with `gem install faraday-typhoeus` first. -require 'faraday/tyhoeus' +require 'faraday/typhoeus' conn = Faraday.new('http://httpbingo.org') do |faraday| faraday.adapter :typhoeus