diff --git a/examples/rag/langgraph_agentic_rag.ipynb b/examples/rag/langgraph_agentic_rag.ipynb index 73d02f14a..94e4e7b7f 100644 --- a/examples/rag/langgraph_agentic_rag.ipynb +++ b/examples/rag/langgraph_agentic_rag.ipynb @@ -126,7 +126,7 @@ "source": [ "## Agent state\n", " \n", - "We will defined a graph.\n", + "We will define a graph.\n", "\n", "A `state` object that it passes around to each node.\n", "\n",