diff --git a/docs/modules/prompts/output_parsers/examples/output_fixing_parser.ipynb b/docs/modules/prompts/output_parsers/examples/output_fixing_parser.ipynb index f638d5b6..5054082c 100644 --- a/docs/modules/prompts/output_parsers/examples/output_fixing_parser.ipynb +++ b/docs/modules/prompts/output_parsers/examples/output_fixing_parser.ipynb @@ -7,7 +7,7 @@ "source": [ "# OutputFixingParser\n", "\n", - "This output parser wraps another output parser and tries to fix any mmistakes\n", + "This output parser wraps another output parser and tries to fix any mistakes\n", "\n", "The Pydantic guardrail simply tries to parse the LLM response. If it does not parse correctly, then it errors.\n", "\n",