fix spelling error: differen -> different (#14378)

This commit is contained in:
AGCB
2018-12-03 23:29:29 -08:00
committed by Sophie Alpert
parent 6bf5e85986
commit d9871729c8

View File

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