From c3593d56bfd7f156d03facbf01276ad5c0b201ed Mon Sep 17 00:00:00 2001 From: Luv Date: Wed, 2 Sep 2026 22:05:57 +0530 Subject: [PATCH] fix: fixed typo in graph-memory.mdx fixed typo "knowledg.e" to "knowledge." --- apps/docs/concepts/graph-memory.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/concepts/graph-memory.mdx b/apps/docs/concepts/graph-memory.mdx index 3430cc95f..d92249ee9 100644 --- a/apps/docs/concepts/graph-memory.mdx +++ b/apps/docs/concepts/graph-memory.mdx @@ -56,7 +56,7 @@ Uploading a long PDF does more than store bytes: Supermemory derives many memori ## Properties and rules of memories 1. Memories are atomic - Each memory has enough information and context about one particular topic -2. They always build on top of each other - with `updates`, the model knows the history, a memory `extends` from other memories, and new facts are derived (`derives` relation) from existing knowledg.e +2. They always build on top of each other - with `updates`, the model knows the history, a memory `extends` from other memories, and new facts are derived (`derives` relation) from existing knowledge. ## Memory relationships