Merge pull request #3097 from hwuiwon/fix-typo

Fix typo in STT event handler documentation
This commit is contained in:
Mark Backman
2025-11-19 17:10:32 -05:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ class STTService(AIService):
Event handlers:
on_connected: Called when connected to the STT service.
on_connected: Called when disconnected from the STT service.
on_disconnected: Called when disconnected from the STT service.
on_connection_error: Called when a connection to the STT service error occurs.
Example::