Skip to content

Commit

Permalink
fix(html): use <textarea> in spellcheck example (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 4, 2023
1 parent 862ac54 commit 163699b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<p contenteditable spellcheck="true">This exampull will be checkd fur spellung when you try to edit it.</p>
<textarea spellcheck="true">This exampull will be checkd fur spellung when you try to edit it.</textarea>

<p contenteditable spellcheck="false">This exampull will nut be checkd fur spellung when you try to edit it.</p>
<textarea spellcheck="false">This exampull will nut be checkd fur spellung when you try to edit it.</textarea>

0 comments on commit 163699b

Please sign in to comment.