diff --git a/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx b/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx index 356297679a1..cb15cde7a14 100644 --- a/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx +++ b/docs/snippets/modules/memory/how_to/entity_summary_memory.mdx @@ -261,7 +261,7 @@ conversation.predict(input="What do you know about Deven & Sam?") ## Inspecting the memory store -We can also inspect the memory store directly. In the following examaples, we look at it directly, and then go through some examples of adding information and watch how it changes. +We can also inspect the memory store directly. In the following examples, we look at it directly, and then go through some examples of adding information and watch how it changes. ```python