diff --git a/docs/docs/expression_language/how_to/message_history.ipynb b/docs/docs/expression_language/how_to/message_history.ipynb index 774c2b92d94..6d93423a964 100644 --- a/docs/docs/expression_language/how_to/message_history.ipynb +++ b/docs/docs/expression_language/how_to/message_history.ipynb @@ -7,7 +7,7 @@ "source": [ "# Add message history (memory)\n", "\n", - "The `RunnableWithMessageHistory` let's us add message history to certain types of chains.\n", + "The `RunnableWithMessageHistory` let us add message history to certain types of chains.\n", "\n", "Specifically, it can be used for any Runnable that takes as input one of\n", "\n",