Cybrkyd's Git Repositories

jottings - commit: 54be989

commit 54be9892355591d3e4faf3d29950e19fa4464596c6909ef0b7bd204f6d13c5be
author Cybrkyd <git@cybrkyd.com> 2026-06-19 15:55:22 +0100
committer Cybrkyd <git@cybrkyd.com> 2026-06-19 15:55:22 +0100

Commit Message

Calling Espells

📊 Diffstat

resources/index.html 3
1 files changed, 2 insertions(+), 1 deletions(-)

Diff

diff --git a/resources/index.html b/resources/index.html
index bdf9847..0c744d8 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -58,7 +58,8 @@
<div id="contextPaste" class="context-menu-item" role="menuitem" tabindex="-1">Paste</div>
</div>
- <script src="js/nspell.bundle.js"></script>
+ <!-- Use Espells instead of nspell -->
+ <script src="js/espells.umd.js"></script>
<script src="js/neutralino.js"></script>
<script src="js/app.js"></script>
</body>