From 4913379625ed1c3a2babf280649be3d2ad07f238 Mon Sep 17 00:00:00 2001
From: ccn <ccn@cuppajoeman.com>
Date: Mon, 6 May 2024 06:54:17 -0400
Subject: [PATCH] Update index.html (#858)

correct spelling
---
 examples/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/index.html b/examples/index.html
index 8e5498c3..675f70d2 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -15,7 +15,7 @@
       <p>
         <a href="https://github.com/ArthurSonzogni/FTXUI">FTXUI</a> is a simple
         functional C++ library for terminal user interface. <br/>
-        This showcase the: <a href="https://github.com/ArthurSonzogni/FTXUI/tree/master/examples">./example/</a> folder. <br/>
+        This showcases the: <a href="https://github.com/ArthurSonzogni/FTXUI/tree/master/examples">./example/</a> folder. <br/>
       </p>
 
       <div id="terminalContainer">
-- 
GitLab