Skip to content

Commit 9499cf8

Browse files
committed
fix action key
1 parent 8a83712 commit 9499cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hamsa/actions/synthethize-voice/synthethize-voice.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import hamsa from "../../hamsa.app.mjs";
22

33
export default {
4-
key: "hamsa-synthesize-voice",
4+
key: "hamsa-synthethize-voice",
55
name: "Synthesize Voice",
66
description: "Converts text input into artificial speech using Hamsa. [See the documentation](https://docs.tryhamsa.com/api-reference/endpoint/generate-tts)",
77
version: "0.0.1",

0 commit comments

Comments
 (0)