Skip to content

Commit

Permalink
Change endpoing with endpoint
Browse files Browse the repository at this point in the history
Is this a typo?
  • Loading branch information
EPSlLON committed May 2, 2014
1 parent 8e22546 commit b76bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/balanced/extracer.rb
Expand Up @@ -24,7 +24,7 @@ def log_request(method, endpoint, request, response)
end
req = {
method: method,
endpoing: endpoint,
endpoint: endpoint,
request: (request or {}),
response: (response or {}),
}
Expand Down

0 comments on commit b76bee6

Please sign in to comment.