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

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix minor typo (#3506)

authored by

Greg Venech and committed by
GitHub
badc8136 3261622e

+1 -1
+1 -1
docs/architecture.md
··· 35 35 - Abstracting _caching_ and state management internally 36 36 - Providing a central point of _extensibility_ and integration with your API 37 37 38 - In the following sections we'll talk about the way that `urql` solves these three problems and how the logic abstracted away internally. 38 + In the following sections we'll talk about the way that `urql` solves these three problems and how the logic is abstracted away internally. 39 39 40 40 ## Requests and Operations on the Client 41 41