Skip to content

Commit

Permalink
fix a typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeIGS committed Jan 9, 2024
1 parent a10ec73 commit fead8e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/savon/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def build

private

def configure_header
def configure_headers
connection.headers = @globals[:headers] if @globals.include? :headers
end
end
Expand All @@ -130,6 +130,7 @@ def build(options = {})
configure_logging
configure_redirect_handling
yield(connection) if block_given?
connection
end

private
Expand Down

0 comments on commit fead8e7

Please sign in to comment.