Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Apr 12, 2024
1 parent 51213c2 commit 8436f53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -1032,9 +1032,9 @@ export interface TTFBAttribution {
waitingDuration: number;
/**
* The total time spent checking the HTTP cache for a match. For navigations
* the handled via service worker, this time usually includes the service
* worker start-up time as well as time processing `fetch` event listeners,
* with some exceptions: https://github.com/w3c/navigation-timing/issues/199
* handled via service worker, this duration usually includes service worker
* start-up time as well as time processing `fetch` event listeners, with
* some exceptions, see: https://github.com/w3c/navigation-timing/issues/199
*/
cacheDuration: number;
/**
Expand Down
6 changes: 3 additions & 3 deletions src/types/ttfb.ts
Expand Up @@ -43,9 +43,9 @@ export interface TTFBAttribution {
waitingDuration: number;
/**
* The total time spent checking the HTTP cache for a match. For navigations
* the handled via service worker, this time usually includes the service
* worker start-up time as well as time processing `fetch` event listeners,
* with some exceptions: https://github.com/w3c/navigation-timing/issues/199
* handled via service worker, this duration usually includes service worker
* start-up time as well as time processing `fetch` event listeners, with
* some exceptions, see: https://github.com/w3c/navigation-timing/issues/199
*/
cacheDuration: number;
/**
Expand Down

0 comments on commit 8436f53

Please sign in to comment.