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
This commit is contained in:
TupiC 2024-10-17 13:41:12 +02:00 committed by Paul Gschwendtner
parent b169eb11db
commit d1cfbb1f92

View file

@ -71,9 +71,9 @@ export function withNoHttpTransferCache(): HydrationFeature<HydrationFeatureKind
}
/**
* The function accepts a an object, which allows to configure cache parameters,
* The function accepts an object, which allows to configure cache parameters,
* such as which headers should be included (no headers are included by default),
* wether POST requests should be cached or a callback function to determine if a
* whether POST requests should be cached or a callback function to determine if a
* particular request should be cached.
*
* @publicApi