Update scene.rst

This commit is contained in:
OneHandedPirate 2025-02-16 19:22:46 +10:00 committed by GitHub
parent 6e81294685
commit 2b89834715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.