From 6a4f60215645ef1f39a9e2013d6dcbb404dfefd8 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 8 Feb 2023 11:13:35 -0800 Subject: [PATCH] docs: fix spelling typo (#934) --- docs/use_cases/agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases/agents.md b/docs/use_cases/agents.md index d398add9b10..b30ea5b7cdd 100644 --- a/docs/use_cases/agents.md +++ b/docs/use_cases/agents.md @@ -6,7 +6,7 @@ These agents can be used to power the next generation of personal assistants - systems that intelligently understand what you mean, and then can take actions to help you accomplish your goal. Agents are a core use of LangChain - so much so that there is a whole module dedicated to them. -Therefor, we recommend that you check out that documentation for detailed instruction on how to work +Therefore, we recommend that you check out that documentation for detailed instruction on how to work with them. - [Agent Documentation](../modules/agents.rst)