Skip to content

Commit ab800eb

Browse files
fix(genai): fix misspelled word based on suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dc920b3 commit ab800eb

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)