aboutsummaryrefslogtreecommitdiff
path: root/docs
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
parent15967a87b3948f1631dbcbed540378fc6e302415 (diff)
parenta6e722083f17d9f02ef46591008fa047fd39bc14 (diff)
Merge pull request #14 from pkova/master
Disable spellcheck on js repl
Diffstat (limited to 'docs')
-rw-r--r--docs/fonts.html2
-rw-r--r--docs/index.html2
-rw-r--r--docs/try.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/fonts.html b/docs/fonts.html
index 1ffd552f..a9c7337b 100644
--- a/docs/fonts.html
+++ b/docs/fonts.html
@@ -288,7 +288,7 @@ Iosevka Term Extended
<div id="setfont">
<div class="cont">
<div class="kb"></div>
- <textarea class="code" rows="8"></textarea>
+ <textarea class="code" rows="8" spellcheck="false"></textarea>
<input class="run" type="submit" value="Run (or shift-enter)"/>
</div>
<pre class="rslt"></pre>
diff --git a/docs/index.html b/docs/index.html
index b90a5921..716e61c4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -14,7 +14,7 @@
<div class='cont'>
<div class='kb'></div>
<div class='rel'>
- <textarea class='code' rows='1'><⟜'a'⊸/ "Big Questions Notation"</textarea>
+ <textarea class='code' rows='1' spellcheck="false"><⟜'a'⊸/ "Big Questions Notation"</textarea>
<svg class='demo' viewBox='0 -6 4 12'><path d='M1 -6H0L1 0L0 6H1L4 0z'/></svg>
</div>
<pre class='rslt'>"B Q N"</pre>
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"/>