From 065ea0fb685783a499f075375899073073c2f0b9 Mon Sep 17 00:00:00 2001 From: request3301 <169062469+request3301@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:22:31 +0300 Subject: [PATCH] typo in scene.rst --- docs/dispatcher/finite_state_machine/scene.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dispatcher/finite_state_machine/scene.rst b/docs/dispatcher/finite_state_machine/scene.rst index 42e7b2ab..0c385e78 100644 --- a/docs/dispatcher/finite_state_machine/scene.rst +++ b/docs/dispatcher/finite_state_machine/scene.rst @@ -237,7 +237,7 @@ you should use :code:`on.message` or :code:`on.inline_query` marker: pass -Scene has only tree points for transitions: +Scene has only three points for transitions: - enter point - when user enters to the scene - leave point - when user leaves the scene and the enter another scene