From d1cfbb1f92feeaa8fa360c236228b295925d3dbd Mon Sep 17 00:00:00 2001 From: TupiC <90184179+TupiC@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:41:12 +0200 Subject: [PATCH] docs: removed typos of withHttpTransferCacheOptions description (#58244) Removed two typos in the withHttpTransferCacheOptions function description. - Corrected spelling of "whether" - Changed spelling from "a an" to "an" PR Close #58244 --- packages/platform-browser/src/hydration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/platform-browser/src/hydration.ts b/packages/platform-browser/src/hydration.ts index df878147421..21c555c710b 100644 --- a/packages/platform-browser/src/hydration.ts +++ b/packages/platform-browser/src/hydration.ts @@ -71,9 +71,9 @@ export function withNoHttpTransferCache(): HydrationFeature