diff --git a/docs/docs/how_to/custom_chat_model.ipynb b/docs/docs/how_to/custom_chat_model.ipynb index e512c307f3617..97543753d559d 100644 --- a/docs/docs/how_to/custom_chat_model.ipynb +++ b/docs/docs/how_to/custom_chat_model.ipynb @@ -131,7 +131,7 @@ "source": [ "## Base Chat Model\n", "\n", - "Let's implement a chat model that echoes back the first `n` characetrs of the last message in the prompt!\n", + "Let's implement a chat model that echoes back the first `n` characters of the last message in the prompt!\n", "\n", "To do so, we will inherit from `BaseChatModel` and we'll need to implement the following:\n", "\n",