From 69484526e636eff0009c5eb5fe7f67d1580d6d59 Mon Sep 17 00:00:00 2001
From: Nikolai Lehbrink <38915700+nikolailehbrink@users.noreply.github.com>
Date: Tue, 23 Jan 2024 09:33:29 +0100
Subject: [PATCH] fix: typo in customized vector index section (#423)

---
 apps/docs/docs/end_to_end.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/docs/docs/end_to_end.md b/apps/docs/docs/end_to_end.md
index d4839e05b..84613ea4a 100644
--- a/apps/docs/docs/end_to_end.md
+++ b/apps/docs/docs/end_to_end.md
@@ -26,7 +26,7 @@ Create and load a vector index. Persistance to disk in LlamaIndex.TS happens aut
 
 ## [Customized Vector Index](https://github.com/run-llama/LlamaIndexTS/blob/main/examples/vectorIndexCustomize.ts)
 
-Create a vector index and query it, while also configuring the the `LLM`, the `ServiceContext`, and the `similarity_top_k`.
+Create a vector index and query it, while also configuring the `LLM`, the `ServiceContext`, and the `similarity_top_k`.
 
 ## [OpenAI LLM](https://github.com/run-llama/LlamaIndexTS/blob/main/examples/openai.ts)
 
-- 
GitLab