From 8f5a6db681c9f834514178d9162d9b6886792473 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Mon, 19 Aug 2024 23:55:22 +0700 Subject: [PATCH] Fix typo --- apps/website/docs/magazine/fork_api_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/magazine/fork_api_rules.md b/apps/website/docs/magazine/fork_api_rules.md index 74ee1c4..9eb233d 100644 --- a/apps/website/docs/magazine/fork_api_rules.md +++ b/apps/website/docs/magazine/fork_api_rules.md @@ -9,7 +9,7 @@ Fork API allows you to run multiple instances of the same application in the sin :::tip -Some of the rules can be validated by static analysis tools like [preset `scope` of `eslint-plugin-effector`](https://eslint.effector.dev/presets/scope.html), but others require runtime validation. Please, refer to the [tutorial](/magazine/scopefull/) to learn how to set up such validations in your project. +Some of the rules can be validated by static analysis tools like [preset `scope` of `eslint-plugin-effector`](https://eslint.effector.dev/presets/scope.html), but others require runtime validation. Please, refer to the [tutorial](/magazine/scopefull) to learn how to set up such validations in your project. :::