Skip to content

Commit 4ea7f90

Browse files
committed
- fix syntax error
1 parent 5064afc commit 4ea7f90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/grammar_check.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ <h3 class="text-lg font-semibold text-gray-900 dark:text-gray-100 flex items-cen
169169
<script>let errorHistory = [];
170170
let currentText = '';
171171
let lastCheckTimestamp = 0;
172-
let window
173-
.errors = [];
172+
window.errors = [];
174173
document.getElementById('check-grammar').addEventListener('click', checkGrammar);
175174
document.getElementById('clear-text').addEventListener('click', clearText);
176175
document.getElementById('copy-corrected').addEventListener('click', copyCorrectText);

0 commit comments

Comments
 (0)