diff --git a/packages/js/src/httpClient.ts b/packages/js/src/httpClient.ts index 34ede08..ae58bd7 100644 --- a/packages/js/src/httpClient.ts +++ b/packages/js/src/httpClient.ts @@ -28,7 +28,7 @@ export interface ClientOptions { orgId?: string; /** * the URL of the Axiom API, defaults to https://api.axiom.co. You should not - * need to change this unless you are using a self-hosted version of Axiom. + * need to change this unless your organization uses a different region or a self-hosted version of Axiom. */ url?: string; onError?: (error: Error) => void;