diff --git a/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb b/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb index 84bde92..b4cca69 100644 --- a/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb +++ b/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb @@ -418,7 +418,7 @@ "\n", "The problem with Level #1 is that we don't take into account the structure of our document at all. We simply split by a fix number of characters.\n", "\n", - "The Recursive Character Text Splitter helps with this. With it, we'll specify a series of separatators which will be used to split our docs.\n", + "The Recursive Character Text Splitter helps with this. With it, we'll specify a series of separators which will be used to split our docs.\n", "\n", "You can see the default separators for LangChain [here](https://github.com/langchain-ai/langchain/blob/9ef2feb6747f5a69d186bd623b569ad722829a5e/libs/langchain/langchain/text_splitter.py#L842). Let's take a look at them one by one.\n", "\n",