Skip to content

Commit c80d53e

Browse files
committed
fix synthesize spelling
1 parent 8bdf615 commit c80d53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/hamsa/actions/synthethize-voice/synthethize-voice.mjs renamed to components/hamsa/actions/synthesize-voice/synthesize-voice.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import hamsa from "../../hamsa.app.mjs";
22

33
export default {
4-
key: "hamsa-synthethize-voice",
5-
name: "Synthethize Voice",
4+
key: "hamsa-synthesize-voice",
5+
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",
88
type: "action",

0 commit comments

Comments
 (0)