Skip to content

Commit

Permalink
Turn autocorrect off
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengharris committed Oct 6, 2023
1 parent d3a7bca commit e465517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarkupEditor/Resources/markup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>

<body>
<div id="editor" contentEditable="true" spellcheck="false"></div>
<div id="editor" contenteditable="true" spellcheck="false" autocorrect="off"></div>
<script src="markup.js"></script>
</body>
</html>

0 comments on commit e465517

Please sign in to comment.