Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Jul 29, 2024
1 parent ef9d855 commit b5e9b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/contracts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm install @withease/contracts

### Farfetched

[Farfetched](https://ff.effector.dev) is the advanced data fetching tool for web applications based of Effector. It suggests to ensure that data received from the server is conforms desired [_Contract_](/protocols/contracts).
[Farfetched](https://ff.effector.dev) is the advanced data fetching tool for web applications based of Effector. It suggests to ensure that data received from the server is conforms desired [_Contract_](/protocols/contract).

```ts
import { createJsonQuery } from '@farfetched/core';
Expand Down

0 comments on commit b5e9b05

Please sign in to comment.