From 694e87590c46ad563bdf4f678a2c6d8b39f6c274 Mon Sep 17 00:00:00 2001 From: Jordan Schnur Date: Mon, 30 Jan 2023 15:31:47 -0500 Subject: [PATCH] docs: typo at update getting-started.md (#483) --- docs/src/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index 52e174a..5616b6e 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -117,7 +117,7 @@ res2.cached; // true // [!code focus] ::: -Just the above is sufficient for most use cases. However, you can also customiza each +Just the above is sufficient for most use cases. However, you can also customize each cache behavior by passing a configuration object to the `setupCache` function. And you can also customize some behaviors each request by using the `cache` option in the request config.