diff --git a/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb b/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb index eeb84fdba7..ad8f202e77 100644 --- a/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb +++ b/docs/docs/use_cases/question_answering/conversational_retrieval_agents.ipynb @@ -435,7 +435,7 @@ " content=(\n", " \"Do your best to answer the questions. \"\n", " \"Feel free to use any tools available to look up \"\n", - " \"relevant information, only if neccessary\"\n", + " \"relevant information, only if necessary\"\n", " )\n", ")" ]