Skip to content

Commit

Permalink
Merge pull request #805 from jcsrb/patch-1
Browse files Browse the repository at this point in the history
Fix formatting in ConnectionFailed error message
  • Loading branch information
brandur-stripe authored Jun 28, 2019
2 parents 2cc7714 + 212ca4b commit f4b874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/stripe_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def decode(_str)
case error
when Faraday::ConnectionFailed
message = "Unexpected error communicating when trying to connect to " \
"Stripe. You may be seeing this message because your DNS is not" \
"Stripe. You may be seeing this message because your DNS is not " \
"working. To check, try running `host stripe.com` from the " \
"command line."

Expand Down

0 comments on commit f4b874d

Please sign in to comment.