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)({