Skip to content

Commit b7225fd

Browse files
authored
docs: fix small typo (#611)
1 parent e9301bf commit b7225fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use_cases/combine_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are two big issues to deal with in fetching:
5555
### Text Splitting
5656
One big issue with all of these methods is how to make sure you are working with pieces of text that are not too large.
5757
This is important because most language models have a context length, and so you cannot (yet) just pass a
58-
large document in as context. Therefor, it is important to not only fetch relevant data but also make sure it is
58+
large document in as context. Therefore, it is important to not only fetch relevant data but also make sure it is in
5959
small enough chunks.
6060

6161
LangChain provides some utilities to help with splitting up larger pieces of data. This comes in the form of the TextSplitter class.

0 commit comments

Comments
 (0)