We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e9304 commit 30aecfdCopy full SHA for 30aecfd
content-testing/validators.js
@@ -257,7 +257,7 @@ const timestampsArrayValidator = array(
257
const plural = lengthErrors.length > 1 ? 's are' : ' is';
258
259
return context.createError({
260
- message: `${lengthErrors.length} timestamp${plural} are less than 10 seconds after the previous one | ${details}`
+ message: `${lengthErrors.length} timestamp${plural} less than 10 seconds after the previous one | ${details}`
261
});
262
}
263
0 commit comments