Skip to content

Commit fda58f3

Browse files
Update src/components/models/code/MelottsCode.astro
Co-authored-by: Michael Hart <[email protected]>
1 parent 4f4770a commit fda58f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/models/code/MelottsCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
prompt: 'Hello world',
2424
lang: 'en',
2525
});
26-
// Retuns the base64 encoded MP3 audio
26+
// Returns the base64 encoded MP3 audio
2727
return Response.json({ audio });
2828
},
2929
} satisfies ExportedHandler<Env>;`;

0 commit comments

Comments
 (0)