We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f47a0 commit 97aa3e9Copy full SHA for 97aa3e9
files/en-us/web/api/performance/measure/index.html
@@ -87,7 +87,7 @@ <h2 id="Example">Example</h2>
87
performance.measure("measure a to b", markerNameA, markerNameB);
88
performance.measure("measure a to now", markerNameA);
89
performance.measure("measure from navigation start to b", undefined, markerNameB);
90
- performance.measure("measure from the start of navigation to now");
+ performance.measure("measure from navigation start to now");
91
92
// Pull out all of the measurements.
93
console.log(performance.getEntriesByType("measure"));
0 commit comments