From ab145d85ec2a35bf8349c93bd3ea0042f82e453a Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Tue, 17 Oct 2023 07:52:03 +0545 Subject: [PATCH] fix typos in docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb (#11796) trasform -> transform --- docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb b/docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb index 5af7875e7f..2449408e02 100644 --- a/docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb +++ b/docs/docs/expression_language/cookbook/prompt_llm_parser.ipynb @@ -184,7 +184,7 @@ "source": [ "## PromptTemplate + LLM + OutputParser\n", "\n", - "We can also add in an output parser to easily trasform the raw LLM/ChatModel output into a more workable format" + "We can also add in an output parser to easily transform the raw LLM/ChatModel output into a more workable format" ] }, {