We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf5e85 commit d987172Copy full SHA for d987172
fixtures/tracing/index.html
@@ -65,7 +65,7 @@ <h3>
65
66
<script>
67
if (window.location.search.includes('puppeteer=true')) {
68
- // Colocated calls to performance.now() often yield differen values in Puppeteer.
+ // Colocated calls to performance.now() often yield different values in Puppeteer.
69
// This causes the Scheduler API test to fail.
70
// For the purposes of our automated release scripts,
71
// Coerce tests to use Date.now() instead to reduce the chances of a false positive.
0 commit comments