Skip to content

Commit b9f839b

Browse files
authored
remove spellcheck
1 parent 9524b63 commit b9f839b

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)