Skip to content

Commit 30aecfd

Browse files
committed
fix typo in error message
1 parent 84e9304 commit 30aecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content-testing/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const timestampsArrayValidator = array(
257257
const plural = lengthErrors.length > 1 ? 's are' : ' is';
258258

259259
return context.createError({
260-
message: `${lengthErrors.length} timestamp${plural} are less than 10 seconds after the previous one | ${details}`
260+
message: `${lengthErrors.length} timestamp${plural} less than 10 seconds after the previous one | ${details}`
261261
});
262262
}
263263

0 commit comments

Comments
 (0)