From 2dfd05d42b8972bb2bed94d0c6e6c8920b599c20 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 20 Sep 2020 15:41:09 -0700 Subject: [PATCH] Fix typo --- examples/contextModifiers/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/contextModifiers/notes.md b/examples/contextModifiers/notes.md index a0e62d2..c4fcacd 100644 --- a/examples/contextModifiers/notes.md +++ b/examples/contextModifiers/notes.md @@ -28,7 +28,7 @@ modifier(text) Set a note by typing `note: ` when in Do mode. It will be tagged to whatever the most recent line of text is, appearing below it to the AI, but not visible to the user. -## Content Modifier +## Context Modifier ```js // info.memoryLength is the length of the memory section of text. text.slice(0, info.memoryLength) will be the memory.