Skip to content

Commit 97aa3e9

Browse files
authored
Consistent string name for comparison (#4512)
When reading each of the measurement marks, it helps to have some continuity in the language so it's easy to recognize what is different.
1 parent b8f47a0 commit 97aa3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/web/api/performance/measure/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 id="Example">Example</h2>
8787
performance.measure("measure a to b", markerNameA, markerNameB);
8888
performance.measure("measure a to now", markerNameA);
8989
performance.measure("measure from navigation start to b", undefined, markerNameB);
90-
performance.measure("measure from the start of navigation to now");
90+
performance.measure("measure from navigation start to now");
9191

9292
// Pull out all of the measurements.
9393
console.log(performance.getEntriesByType("measure"));

0 commit comments

Comments
 (0)