From 5014133be3539fd1de03f43de6dec496bde4e577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Mon, 17 May 2021 18:15:34 -0600 Subject: [PATCH] docs: transform to uppercase API word in HTTP file (#42140) PR Close #42140 --- aio/content/guide/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index 1022149b6f8..b4fa9caca7f 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -856,7 +856,7 @@ The `CachingInterceptor` in the following example demonstrates this approach. * 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.