From 6e9cf7043cab79d06b823acee03e4bd0f0d6856b Mon Sep 17 00:00:00 2001
From: Abdelaali Adel Aloui <alouiadel@tuta.io>
Date: Wed, 3 Apr 2024 17:17:34 +0100
Subject: [PATCH] Mistaken word , soon --> sun (#12521)

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

diff --git a/docs/docs/getting_started/reading.md b/docs/docs/getting_started/reading.md
index 63516d4f81..b4afc527be 100644
--- a/docs/docs/getting_started/reading.md
+++ b/docs/docs/getting_started/reading.md
@@ -18,7 +18,7 @@ Our docs are structured so you should be able to roughly progress simply by movi
 
 3. **Use cases:** If you're a dev trying to figure out whether LlamaIndex will work for your use case, we have an overview of the types of things you can build.
 
-4. **Examples:** We have rich notebook examples for nearly every feature under the soon. Explore these to find and learn something new about LlamaIndex.
+4. **Examples:** We have rich notebook examples for nearly every feature under the sun. Explore these to find and learn something new about LlamaIndex.
 
 5. **Advanced:** Already got a working LlamaIndex application and looking to further refine it? Our advanced section will walk you through the [first things you should try optimizing](../optimizing/basic_strategies/basic_strategies.md) like your embedding model and chunk size through progressively more complex and subtle customizations all the way to [fine tuning](../optimizing/fine-tuning/fine-tuning.md) your model.
 
-- 
GitLab