mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
b169eb11db
commit
d1cfbb1f92
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue