From 6bc21860e49be4e19d728cfcabe60c6e63ac1039 Mon Sep 17 00:00:00 2001
From: Logan Reeder <148260300+logscore@users.noreply.github.com>
Date: Wed, 11 Dec 2024 14:43:18 -0700
Subject: [PATCH] Fixed a typo in README (#2805)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 90adb0430..55abcc747 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ Set `DISABLE_TELEMETRY` in your server or docker .env settings to "true" to opt
 
 We will only track usage details that help us make product and roadmap decisions, specifically:
 
-- Typ of your installation (Docker or Desktop)
+- Type of your installation (Docker or Desktop)
 - When a document is added or removed. No information _about_ the document. Just that the event occurred. This gives us an idea of use.
 - Type of vector database in use. Let's us know which vector database provider is the most used to prioritize changes when updates arrive for that provider.
 - Type of LLM in use. Let's us know the most popular choice and prioritize changes when updates arrive for that provider.
-- 
GitLab