Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created March 18, 2022 22:12
Show Gist options
  • Save nfreear/0a2fb15fbd9d5a2a951083e43aebb730 to your computer and use it in GitHub Desktop.
Save nfreear/0a2fb15fbd9d5a2a951083e43aebb730 to your computer and use it in GitHub Desktop.
Grammar and spelling error tests
<!doctype html><html lang="en"> <title> Grammar and spelling error tests </title>
<h1> Grammar and spelling error tests </h1>
<ul class="test" contenteditable="true">
<li> I cantain spelling errors. </li>
<li> And, Ive got a missing apostrophe. </li>
</ul>
<p><a href="javascript:document.body.setAttribute('contenteditable', true);" >Make editable</a>
<pre>
NDF, 18-Mar-2022.
</pre>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment