Fix typos

This commit is contained in:
Andrew Eisenberg 2022-10-07 16:27:25 -07:00
parent 919e4caca1
commit 6c869f8b03
6 changed files with 9 additions and 9 deletions

View file

@ -265,7 +265,7 @@ for (const featureFlag of Object.keys(featureConfig)) {
// specify a minimum version, then we will have a bunch of code no longer being
// tested. This is unlikely, and this test will fail if that happens.
// If we do end up in that situation, then we should consider adding a synthetic
// feature flag with a minium version that is only used for tests.
// feature flag with a minimum version that is only used for tests.
test("At least one feature has a minimum version specified", (t) => {
t.assert(
Object.values(featureConfig).some((f) => f.minimumVersion !== undefined),