From db41b7c7cc30b0c6da244f36e65c7fc3e83a8087 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Mon, 26 Dec 2022 11:38:04 -0300 Subject: [PATCH] docs: spelling --- docs/src/guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/guide.md b/docs/src/guide.md index 7a5a523..14082c9 100755 --- a/docs/src/guide.md +++ b/docs/src/guide.md @@ -30,10 +30,10 @@ finally returns the response to the original caller. - Return previous cached request if the new one failed. - Handles parallel requests - 100% Customizable -- Memory, LocalStorage and SessionStorage built-in storages. +- Built-in storages like In-Memory, Local Storage and Session Storage. - Less than 4.3Kb minified and gzipped. - Development mode to debug your requests. -- 22 times faster than using axios and 8% faster than axios-cache-adapter. +- 22 times faster than using axios and 8% faster than `axios-cache-adapter`. - And much more... ## Why not...? @@ -50,4 +50,4 @@ As this library was built to be used with axios and to handle storage itself, I that it is more performant that any glued code you may find and/or write yourself. About state management libraries and other similar things, [this blog post](https://arthur.place/implications-of-cache-or-state) explains why cache -is mroe correct, architectural way, instead of state. +is more correct, architectural way, instead of state.