Skip to content

Commit 9fe44af

Browse files
committed
Fix typos
1 parent 0cf1ae2 commit 9fe44af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

side-by-side-pageload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const waitForPage = async pos => {
155155
};
156156

157157
const stopTimes = await Promise.all(urls.map((url, i) => waitForPage(i)));
158-
stopTimes.forEach((stopTime, i) => console.log(`Page ${i} took ${stopTime - start} ms to reach network idel`));
158+
stopTimes.forEach((stopTime, i) => console.log(`Page ${i + 1} took ${stopTime - start} ms to reach network idle`));
159159

160160
await sleep(TIMEOUT_AFTER_LOAD);
161161

0 commit comments

Comments
 (0)