about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-09-07 16:50:17 -0400
committerelioat <elioat@tilde.institute>2024-09-07 16:50:17 -0400
commita4ad14669ce935c9e219cf0f21219a70971a857a (patch)
treee2affd833283f95318a04bfc2b3cc51b52e34bbc /html
parentec998642ef396d320e2a575165bf1159e43b1947 (diff)
downloadtour-a4ad14669ce935c9e219cf0f21219a70971a857a.tar.gz
*
Diffstat (limited to 'html')
-rw-r--r--html/playground/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/playground/index.html b/html/playground/index.html
index a7395d4..d8e3a7f 100644
--- a/html/playground/index.html
+++ b/html/playground/index.html
@@ -96,7 +96,7 @@
         <button onclick="shareCode()">Share</button>
         <button onclick="evaluateCode()" class="run">Run Code</button>
     </div>
-    <textarea id="codeInput" placeholder="Enter JavaScript..."></textarea>
+    <textarea id="codeInput" placeholder="Enter JavaScript..." spellcheck="false"></textarea>
     <div id="console"></div>
 
     <script>