Skip to content

Commit 1a3f67a

Browse files
author
Guiners
committed
Merge remote-tracking branch 'origin/sample/september-samples' into sample/september-samples
2 parents 1567d53 + ab800eb commit 1a3f67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/image-generation/imggen-mmflash-txt-and-img-with-txt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function savePaellaRecipe(response) {
4848
const mdFile = `${outputDir}/paella-recipe.md`;
4949

5050
fs.writeFileSync(mdFile, mdText);
51-
console.log(`Saved recepie to: ${mdFile}`);
51+
console.log(`Saved recipe to: ${mdFile}`);
5252
}
5353

5454
async function generateImage(

0 commit comments

Comments
 (0)