spelling: components/demo (#64245)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
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

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