Skip to content

Commit d987172

Browse files
AGCBsophiebits
authored andcommitted
fix spelling error: differen -> different (#14378)
1 parent 6bf5e85 commit d987172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/tracing/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3>
6565

6666
<script>
6767
if (window.location.search.includes('puppeteer=true')) {
68-
// Colocated calls to performance.now() often yield differen values in Puppeteer.
68+
// Colocated calls to performance.now() often yield different values in Puppeteer.
6969
// This causes the Scheduler API test to fail.
7070
// For the purposes of our automated release scripts,
7171
// Coerce tests to use Date.now() instead to reduce the chances of a false positive.

0 commit comments

Comments
 (0)