From 15b6d540866d4a4d0a65720fd1b7762e35b550a7 Mon Sep 17 00:00:00 2001 From: Diljit VJ Date: Wed, 18 Dec 2024 21:26:01 +0530 Subject: [PATCH] fix a typo --- app/client/src/UITelemetry/auto-otel-web.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/src/UITelemetry/auto-otel-web.ts b/app/client/src/UITelemetry/auto-otel-web.ts index 4cae568938d2..313057904993 100644 --- a/app/client/src/UITelemetry/auto-otel-web.ts +++ b/app/client/src/UITelemetry/auto-otel-web.ts @@ -81,8 +81,8 @@ registerInstrumentations({ }); /** - * This function adds the given path to the current URL and returns the absolute URL. - * @param path The path to be added to the current URL. + * This function adds the given path to the current origin and returns the absolute URL. + * @param path The path to be added to the current origin. * @returns The absolute URL. */ function getAbsoluteUrl(path: string) {