Skip to content

Commit

Permalink
fix(demo): disable spellcheck on input
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbonnet committed Jan 3, 2021
1 parent d061997 commit b95ef6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/demo/index.html
Expand Up @@ -25,6 +25,7 @@ <h1>JavaScript Prettifier</h1>
id="console"
rows="10"
placeholder="Type your code here"
spellcheck="false"
></textarea>
<p class="settings">
<label><input type="checkbox" id="comments" /> Include comments</label>
Expand Down

0 comments on commit b95ef6a

Please sign in to comment.