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" ] }, {