]> git.bochard.net Git - mysite.git/commitdiff
a tiny fix
authortenkyuu <hello@tenkyuu.dev>
Mon, 18 Nov 2024 03:54:27 +0000 (11:54 +0800)
committertenkyuu <hello@tenkyuu.dev>
Mon, 18 Nov 2024 03:54:27 +0000 (11:54 +0800)
projects/palindrome-checker/index.html

index 38521457145df67ea4d0eb5a4033304fbd6db1d0..b1edfdad5f5edb5dd62e2e72ddc2eac37730f591 100644 (file)
@@ -37,7 +37,7 @@
   <main>
     <h1>Palindrome Checker</h1>
     <div class="palindrome-ctn">
-      <div class="guide-txt">Enter the text you want to check:</div>
+      <div class="guide-txt">Enter the text you want to check here:</div>
       <div class="input-ctn">
         <input type="text" id="text-input">
         <button type="button" id="check-btn">Check</button>