diff --git a/src/workerd/api/http.c++ b/src/workerd/api/http.c++ index c5ab6952296..6c2d5eda1f3 100644 --- a/src/workerd/api/http.c++ +++ b/src/workerd/api/http.c++ @@ -1805,7 +1805,7 @@ jsg::Promise> fetchImplNoOutputLock( jsRequest->shallowCopyHeadersTo(headers); // If the jsRequest has a CacheMode, we need to handle that here. - // Currently, the ony cache mode we support is undefined, but we will soon support + // Currently, the only cache mode we support is undefined, but we will soon support // no-cache and no-store. These additional modes will be hidden behind an autogate. if (jsRequest->getCacheMode() != Request::CacheMode::NONE) { return js.rejectedPromise>(