chore: typos (#446)

This commit is contained in:
Pavlos Vinieratos 2023-01-03 16:57:13 +02:00 committed by GitHub
parent 716325c3d8
commit 5548b9ef5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ choosing to use interceptors, we create a minimally invasive approach that allow
still use the axios adapter of your choice. still use the axios adapter of your choice.
Before the request is delivered to the adapter, our request interceptor checks if the Before the request is delivered to the adapter, our request interceptor checks if the
request have already been cached and is is a valid one, checks if the request should be request have already been cached and if it's a valid one, checks if the request should be
cached (sometimes you don't want cache at all, and its ok), if there's already a request cached (sometimes you don't want cache at all, and it's ok), if there's already a request
sent to the network that we can wait for it and many more other checks. sent to the network that we can wait for it and many more other checks.
After the adapter gets the response, we check if it belongs to a _cacheable_ request, After the adapter gets the response, we check if it belongs to a _cacheable_ request,