From 5548b9ef5d86cf092d51a3e8d0571c563e76c74e Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Tue, 3 Jan 2023 16:57:13 +0200 Subject: [PATCH] chore: typos (#446) --- docs/src/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guide.md b/docs/src/guide.md index 14082c9..ae1ce7e 100755 --- a/docs/src/guide.md +++ b/docs/src/guide.md @@ -16,8 +16,8 @@ choosing to use interceptors, we create a minimally invasive approach that allow still use the axios adapter of your choice. 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 -cached (sometimes you don't want cache at all, and its ok), if there's already a request +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 it's ok), if there's already a request 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,