docs: transform to uppercase API word in HTTP file (#42140)

PR Close #42140
This commit is contained in:
Daniel Díaz 2021-05-17 18:15:34 -06:00 committed by atscott
parent fd4dbcb0c7
commit 5014133be3
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ The `CachingInterceptor` in the following example demonstrates this approach.
</code-example>
* The `isCacheable()` function determines if the request is cacheable.
In this sample, only GET requests to the npm package search api are cacheable.
In this sample, only GET requests to the npm package search API are cacheable.
* If the request is not cacheable, the interceptor forwards the request
to the next handler in the chain.