Skip to content

Commit 5705342

Browse files
authored
Merge pull request #48 from Supravisor/deploy
remove spellcheck
2 parents 8547490 + b9f839b commit 5705342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<h2>Diff checker</h2>
1616

1717
<div id="div-compare">
18-
<textarea id="compare">Code test 321</textarea>
18+
<textarea id="compare" spellcheck="false">Code test 321</textarea>
1919
</div>
2020

2121
<div id="div-original">
22-
<textarea id="original">Code test 32 ...</textarea>
22+
<textarea id="original" spellcheck="false">Code test 32 ...</textarea>
2323
</div>
2424

2525
<div id="buttons">

0 commit comments

Comments
 (0)