diff --git a/src/workerd/api/http-test.js b/src/workerd/api/http-test.js index 4414ddefecb..3f8d297063c 100644 --- a/src/workerd/api/http-test.js +++ b/src/workerd/api/http-test.js @@ -228,7 +228,7 @@ export const cacheMode = { message: 'Unsupported cache mode: unsupported', }); - // Any value other that undefined is currently not supported + // Any value other than undefined is currently not supported // TODO(soon): The no-store and no-cache values will be supported // soon, at which time this test will need to be updated. await assert.rejects((async () => {