Skip to content

Commit faf3061

Browse files
AbhiPrasadmydea
andauthored
Update packages/browser-utils/src/metrics/browserMetrics.ts
Co-authored-by: Francesco Novy <[email protected]>
1 parent 96dfccc commit faf3061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-utils/src/metrics/browserMetrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export function _addMeasureSpans(
344344
): number {
345345
const navEntry = getNavigationEntry();
346346
const requestTime = msToSec(navEntry ? navEntry.requestStart : 0);
347-
// Because performance.measure accepts arbtirary timestamps it can produce
347+
// Because performance.measure accepts arbitrary timestamps it can produce
348348
// spans that happen before the browser even makes a request for the page.
349349
//
350350
// An example of this is the automatically generated Next.js-before-hydration

0 commit comments

Comments
 (0)