Skip to content

Commit e33697f

Browse files
committed
Remove spellcheck from input form
1 parent 307a336 commit e33697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pscweb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<h2 align="center">Pseudocode to JavaScript Compiler</h2>
1515
</div>
1616
<div class="window">
17-
<form id="input" accept-charset="utf-8">
17+
<form id="input" accept-charset="utf-8" spellcheck="false">
1818
<label for="program_source_id"><h3 align="center">Type your program in here</h3>
1919
<textarea name="program_source"></textarea>
2020
</label>

0 commit comments

Comments
 (0)