aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-08-02 10:11:24 -0400
committerGitHub <noreply@github.com>2021-08-02 10:11:24 -0400
commit3b3eb13e96256ebad32a4a7baeec985af8714e5e (patch)
treed577408cad07c4e596f9ea56b28ad55beaffd8bc /docs/try.html
parent15967a87b3948f1631dbcbed540378fc6e302415 (diff)
parenta6e722083f17d9f02ef46591008fa047fd39bc14 (diff)
Merge pull request #14 from pkova/master
Disable spellcheck on js repl
Diffstat (limited to 'docs/try.html')
-rw-r--r--docs/try.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html
index 97919d20..da053e98 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -19,7 +19,7 @@
<a href="https://mlochbaum.github.io/BQN/" title='BQN homepage'>BQN</a>
<div class="cont">
<div class="kb"></div>
- <textarea class="code" rows="8" autofocus></textarea>
+ <textarea class="code" rows="8" spellcheck="false" autofocus></textarea>
<div class="count"></div>
<input class="run" type="submit" value="Run (or shift-enter)"/>
<input class="doexplain" type="button" value="Explain"/>