diff --git a/docs/examples/hybrid_chunking.ipynb b/docs/examples/hybrid_chunking.ipynb index c8a8f42e..68795a02 100644 --- a/docs/examples/hybrid_chunking.ipynb +++ b/docs/examples/hybrid_chunking.ipynb @@ -206,7 +206,7 @@ "source": [ "Points to notice looking at the output chunks below:\n", "- Where possible, we fit the limit of 64 tokens for the metadata-enriched serialization form (see chunk 2)\n", - "- Where neeeded, we stop before the limit, e.g. see cases of 63 as it would otherwise run into a comma (see chunk 6)\n", + "- Where needed, we stop before the limit, e.g. see cases of 63 as it would otherwise run into a comma (see chunk 6)\n", "- Where possible, we merge undersized peer chunks (see chunk 0)\n", "- \"Tail\" chunks trailing right after merges may still be undersized (see chunk 8)" ]