From c7e992206bc9b44aeda5d59f9174e55d974b30df Mon Sep 17 00:00:00 2001 From: rohan436 Date: Wed, 25 Mar 2026 10:50:07 +0800 Subject: [PATCH] docs: fix client comment wording --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 65ddc114c..23e816fb0 100644 --- a/src/client.ts +++ b/src/client.ts @@ -433,7 +433,7 @@ export class OpenAI { } /** - * Create a new client instance re-using the same options given to the current client with optional overriding. + * Create a new client instance reusing the same options given to the current client with optional overriding. */ withOptions(options: Partial): this { const client = new (this.constructor as any as new (props: ClientOptions) => typeof this)({