diff options
| author | pkova <pyry.kovanen@gmail.com> | 2021-08-02 15:44:19 +0300 |
|---|---|---|
| committer | pkova <pyry.kovanen@gmail.com> | 2021-08-02 15:44:19 +0300 |
| commit | a6e722083f17d9f02ef46591008fa047fd39bc14 (patch) | |
| tree | d577408cad07c4e596f9ea56b28ad55beaffd8bc /docs/try.html | |
| parent | 15967a87b3948f1631dbcbed540378fc6e302415 (diff) | |
Disable spellcheck on js repl
Diffstat (limited to 'docs/try.html')
| -rw-r--r-- | docs/try.html | 2 |
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"/> |
