Update scene.rst (#1640)

* Update scene.rst

* Create 1640.bugfix.rst
This commit is contained in:
OneHandedPirate 2025-02-17 06:14:06 +10:00 committed by GitHub
parent 6e81294685
commit 25833b830e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
CHANGES/1640.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Fix typo in docs

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.