From 29fed77d58678d4de6f046b3bf045080ee28074d Mon Sep 17 00:00:00 2001
From: abgita <42152656+abgita@users.noreply.github.com>
Date: Thu, 4 Jul 2024 10:15:20 -0300
Subject: [PATCH] Fixed a typo in the retriever description (#1009)

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

diff --git a/apps/docs/docs/getting_started/concepts.md b/apps/docs/docs/getting_started/concepts.md
index 91c3cd4bd..e1939d60e 100644
--- a/apps/docs/docs/getting_started/concepts.md
+++ b/apps/docs/docs/getting_started/concepts.md
@@ -62,7 +62,7 @@ These building blocks can be customized to reflect ranking preferences, as well
 
 [**Retrievers**](../modules/retriever.md):
 A retriever defines how to efficiently retrieve relevant context from a knowledge base (i.e. index) when given a query.
-The specific retrieval logic differs for difference indices, the most popular being dense retrieval against a vector index.
+The specific retrieval logic differs for different indices, the most popular being dense retrieval against a vector index.
 
 [**Response Synthesizers**](../modules/response_synthesizer.md):
 A response synthesizer generates a response from an LLM, using a user query and a given set of retrieved text chunks.
-- 
GitLab