From 776c4e27f7a90f59acf824f34d76f4404f63c59b Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 3 May 2024 14:41:36 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Dominik Picheta --- src/workerd/api/http.c++ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>(