Skip to content

Commit

Permalink
Fix typo in documentation of stripe client (#1401)
Browse files Browse the repository at this point in the history
This fixes the typo of `mangers` to be `managers` in the documentation
for the `default_connection_managers` method on the `ThreadContext`
class in `lib/stripe/stripe_client.rb`.

Co-authored-by: prathmesh-stripe <165320323+prathmesh-stripe@users.noreply.github.com>
  • Loading branch information
alex-stone and prathmesh-stripe committed Jun 17, 2024
1 parent 1994d24 commit 102b9da
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 @@ -366,7 +366,7 @@ class ThreadContext
# garbage in `Thread.current`.
attr_accessor :last_responses

# A map of connection mangers for the thread. Normally shared between
# A map of connection managers for the thread. Normally shared between
# all `StripeClient` objects on a particular thread, and created so as to
# minimize the number of open connections that an application needs.
def default_connection_managers
Expand Down

0 comments on commit 102b9da

Please sign in to comment.