summaryrefslogtreecommitdiff
path: root/spellfix.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-16 22:40:09 +0600
committerunwox <me@unwox.com>2024-10-16 22:43:17 +0600
commitfd9a559475ac6bff7c82594dc313d762ab807592 (patch)
tree5ae19da434713cb31fe9747a2f713eb3506936f9 /spellfix.fnl
parentc760c798a56fb80c891f26ca932e7d182da67069 (diff)
improve site structure for seo
Diffstat (limited to 'spellfix.fnl')
-rw-r--r--spellfix.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/spellfix.fnl b/spellfix.fnl
index 00642ac..5ecb870 100644
--- a/spellfix.fnl
+++ b/spellfix.fnl
@@ -301,7 +301,7 @@
(array.sort index #(< $1.distance $2.distance)))
(local most-similar (. sorted-index 1))
most-similar.word)
- (str.split string))
+ (str.split string " "))
" "))
(if (~= result string)
result