From 47fed0f4cb55526bfe25f3669f8c8118235d7e31 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 25 Jun 2024 00:20:42 +0900 Subject: [PATCH] docs: update prompts.md faciliate -> facilitate --- docs/prompts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/prompts.md b/docs/prompts.md index c193afd0be..3abd2aab89 100644 --- a/docs/prompts.md +++ b/docs/prompts.md @@ -43,7 +43,7 @@ generate({ ``` One shortcoming of defining prompts in your code is that testing requires executing -them as part of a flow. To faciliate more rapid iteration, Genkit provides a facility +them as part of a flow. To facilitate more rapid iteration, Genkit provides a facility to define your prompts and run them in the Developer UI. Use the `definePrompt` function to register your prompts with Genkit.