Skip to content

Commit

Permalink
fix(docs): fix typo'd URL (#3629)
Browse files Browse the repository at this point in the history
  • Loading branch information
isker authored Jun 30, 2024
1 parent 4e52cf0 commit 1059b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ As you use it in your app, it's split into three parts:

- Bindings — such as for React, Preact, Vue, or Svelte — which interact with `@urql/core`'s
`Client`.
- The Client — as created [with the core `@urql/core` package](./basics/code.md), which interacts with "exchanges" to execute GraphQL
- The Client — as created [with the core `@urql/core` package](./basics/core.md), which interacts with "exchanges" to execute GraphQL
operations, and which you can also use directly.
- Exchanges, which provide functionality like fetching or caching to the `Client`.

Expand Down

0 comments on commit 1059b6e

Please sign in to comment.