From ca9aaac36ecce18ea813f6d0b91e12792a82ac0f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 5 Jan 2023 03:43:02 +0900 Subject: [PATCH] Fix typo in key_concepts.md (#535) therefor -> therefore --- docs/modules/chains/key_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/key_concepts.md b/docs/modules/chains/key_concepts.md index 7c83c13de4..1cb0402646 100644 --- a/docs/modules/chains/key_concepts.md +++ b/docs/modules/chains/key_concepts.md @@ -7,7 +7,7 @@ They vary greatly in complexity and are combination of generic, highly configura ## Sequential Chain This is a specific type of chain where multiple other chains are run in sequence, with the outputs being added as inputs to the next. A subtype of this type of chain is the `SimpleSequentialChain`, where all subchains have only one input and one output, -and the output of one is therefor used as sole input to the next chain. +and the output of one is therefore used as sole input to the next chain. ## CombineDocuments Chains These are a subset of chains designed to work with documents. There are two pieces to consider: