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/index.html | |
| parent | 15967a87b3948f1631dbcbed540378fc6e302415 (diff) | |
Disable spellcheck on js repl
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
