Fix typo in event handler documentation

This commit is contained in:
Hwuiwon Kim
2025-11-19 17:04:07 -05:00
committed by GitHub
parent 510f3df6b7
commit 30ff488714

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::