diff options
-rw-r--r-- | html/playground/index.html | 2 |
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> |