From b5e9b05e27e84f594ff57441c54fef53bde83d84 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Mon, 29 Jul 2024 15:34:57 +0700 Subject: [PATCH] Fix typo --- apps/website/docs/contracts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/contracts/index.md b/apps/website/docs/contracts/index.md index 5c11687b..bb0086b3 100644 --- a/apps/website/docs/contracts/index.md +++ b/apps/website/docs/contracts/index.md @@ -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';