Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Update docs/graphcache (#1082)

Switched `less` with the more grammatically correct `fewer`.

Changed files
+1 -1
docs
graphcache
+1 -1
docs/graphcache/README.md
···
- 🔁 [**Fully reactive, normalized caching.**](./normalized-caching.md) _Graphcache_ stores data in
a normalized data structure. Query, mutation, and subscription results may update one another if
they share data, and the app will rerender or refetch data accordingly. This often allows your app
-
to make less API requests, since data may already be in the cache.
+
to make fewer API requests, since data may already be in the cache.
- 💾 [**Custom cache resolvers**](./computed-queries.md) Since all queries are fully resolved in the
cache before and after they're sent, you can add custom resolvers that enable you to format data,
implement pagination, or implement cache redirects.