We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5064afc commit 4ea7f90Copy full SHA for 4ea7f90
tools/grammar_check.html
@@ -169,8 +169,7 @@ <h3 class="text-lg font-semibold text-gray-900 dark:text-gray-100 flex items-cen
169
<script>let errorHistory = [];
170
let currentText = '';
171
let lastCheckTimestamp = 0;
172
-let window
173
-.errors = [];
+window.errors = [];
174
document.getElementById('check-grammar').addEventListener('click', checkGrammar);
175
document.getElementById('clear-text').addEventListener('click', clearText);
176
document.getElementById('copy-corrected').addEventListener('click', copyCorrectText);
0 commit comments