From c77ee99980aa1ed1d62bfd4c77e6d104cc2261cc Mon Sep 17 00:00:00 2001 From: Jojo Date: Fri, 21 Mar 2025 08:45:52 -0700 Subject: [PATCH] docs: fix typo in chat_history.ipynb (#30406) `peristence` should be `persistence` --- docs/docs/versions/migrating_memory/chat_history.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/versions/migrating_memory/chat_history.ipynb b/docs/docs/versions/migrating_memory/chat_history.ipynb index 1b0600a6214..593f074a66a 100644 --- a/docs/docs/versions/migrating_memory/chat_history.ipynb +++ b/docs/docs/versions/migrating_memory/chat_history.ipynb @@ -16,7 +16,7 @@ "* [Memory](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/#memory)\n", ":::\n", "\n", - "We recommend that new LangChain applications take advantage of the [built-in LangGraph peristence](https://langchain-ai.github.io/langgraph/concepts/persistence/) to implement memory.\n", + "We recommend that new LangChain applications take advantage of the [built-in LangGraph persistence](https://langchain-ai.github.io/langgraph/concepts/persistence/) to implement memory.\n", "\n", "In some situations, users may need to keep using an existing persistence solution for chat message history.\n", "\n",