From 2b8983471527d1edf0acf8e806b8a697170f86ee Mon Sep 17 00:00:00 2001 From: OneHandedPirate <100222116+OneHandedPirate@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:22:46 +1000 Subject: [PATCH] Update 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 0c385e78..40e9fe8c 100644 --- a/docs/dispatcher/finite_state_machine/scene.rst +++ b/docs/dispatcher/finite_state_machine/scene.rst @@ -30,7 +30,7 @@ They allow you to control and manage the flow of the conversation in a more orga Scene Lifecycle --------------- -Each Scene can be "entered", "left" of "exited", allowing for clear transitions between different +Each Scene can be "entered", "left" or "exited", allowing for clear transitions between different stages of the conversation. For instance, in a multi-step form filling interaction, each step could be a Scene - the bot guides the user from one Scene to the next as they provide the required information.