Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvj1988 committed Dec 18, 2024
1 parent 3676965 commit 15b6d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/client/src/UITelemetry/auto-otel-web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 15b6d54

Please sign in to comment.