diff --git a/services/spelling/app/coffee/ASpell.coffee b/services/spelling/app/coffee/ASpell.coffee index ae94593b4a..9b051c6390 100644 --- a/services/spelling/app/coffee/ASpell.coffee +++ b/services/spelling/app/coffee/ASpell.coffee @@ -35,7 +35,7 @@ class ASpellRunner # update the cache after processing all words, to avoid cache # changing while we use it - for k, v in addToCache + for k, v of addToCache cache.set(k, v) logger.log hits: hits, total: words.length, hitrate: hits/words.length, "cache hit rate"