From dfe664493f3fa5fc165af250bf4d86375da9cf7b Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 6 Apr 2026 10:27:24 +0800 Subject: [PATCH] docs: fix reusing wording in client docstring Signed-off-by: Codex --- 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)({