spelling: components/demo (#64245)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
pull/63824/head
Josh Soref 2022-01-17 09:18:14 -05:00 committed by GitHub
parent 610045f4c1
commit 83566a7722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class DemoProvider(Provider):
@property
def supported_options(self):
"""Return list of supported options like voice, emotionen."""
"""Return list of supported options like voice, emotions."""
return ["voice", "age"]
def get_tts_audio(self, message, language, options=None):