From 57c13b4ef8a54b542496921ac89628017ac67aa0 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Mon, 24 Jun 2024 12:43:05 -0700 Subject: [PATCH] docs[patch]: Fix typo in how to guide for message history (#23364) --- docs/docs/how_to/message_history.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/message_history.ipynb b/docs/docs/how_to/message_history.ipynb index 79f21f9dd95..7befae0f57e 100644 --- a/docs/docs/how_to/message_history.ipynb +++ b/docs/docs/how_to/message_history.ipynb @@ -129,7 +129,7 @@ "id": "a531da5e", "metadata": {}, "source": [ - "## What is the runnable you are trying wrap?\n", + "## What is the runnable you are trying to wrap?\n", "\n", "`RunnableWithMessageHistory` can only wrap certain types of Runnables. Specifically, it can be used for any Runnable that takes as input one of:\n", "\n",