From c9244140d7cdff55ea9e9e2fcf4ad27d2d92135d Mon Sep 17 00:00:00 2001 From: Mqzn Date: Sun, 15 Sep 2024 17:29:37 +0300 Subject: [PATCH] Quick fixes --- docs/Imperat/Processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Imperat/Processors.md b/docs/Imperat/Processors.md index 764a26b..14c26e8 100644 --- a/docs/Imperat/Processors.md +++ b/docs/Imperat/Processors.md @@ -5,7 +5,7 @@ sidebar_position: 9 :::caution[WARNING] We have already talked about the life cycle of `Context` object during the command's execution -If you haven't read that yet, please try reading about the [Context-LifeCycle](Dispatcher%20API.md#Life-Cycle-of-Context). +If you haven't read that yet, please try reading about the [Context-LifeCycle](Dispatcher%20API.md#life-cycle-of-context). as the explanation below will be fully based on this. :::