docs: typo at update getting-started.md (#483)

This commit is contained in:
Jordan Schnur 2023-01-30 15:31:47 -05:00 committed by GitHub
parent 4a31518573
commit 694e87590c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.