From b007730658ca74468769e6a00d4eacad773490d4 Mon Sep 17 00:00:00 2001 From: alexstone Date: Thu, 9 May 2024 15:16:05 -0700 Subject: [PATCH] Fix typo in documentation of stripe client 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`. --- lib/stripe/stripe_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe/stripe_client.rb b/lib/stripe/stripe_client.rb index 0fa2c7fd1..9d93761d7 100644 --- a/lib/stripe/stripe_client.rb +++ b/lib/stripe/stripe_client.rb @@ -362,7 +362,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