From 263ce4084472d4f9594c196c68618bb9f37c159e Mon Sep 17 00:00:00 2001 From: David Wu <47435257+davidjhwu@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:09:28 +0200 Subject: [PATCH] added a missing word (typo) (#2719) Changed from "You may often to" to "You may often have to" to fix the sentence. --- docs/modules/memory/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/memory/getting_started.ipynb b/docs/modules/memory/getting_started.ipynb index a014ab68..ea8f599d 100644 --- a/docs/modules/memory/getting_started.ipynb +++ b/docs/modules/memory/getting_started.ipynb @@ -314,7 +314,7 @@ "source": [ "## Saving Message History\n", "\n", - "You may often to save messages, and then load them to use again. This can be done easily by first converting the messages to normal python dictionaries, saving those (as json or something) and then loading those. Here is an example of doing that." + "You may often have to save messages, and then load them to use again. This can be done easily by first converting the messages to normal python dictionaries, saving those (as json or something) and then loading those. Here is an example of doing that." ] }, {