diff --git a/services/spelling/app/coffee/ASpell.coffee b/services/spelling/app/coffee/ASpell.coffee index 9b051c6390..92437ebecf 100644 --- a/services/spelling/app/coffee/ASpell.coffee +++ b/services/spelling/app/coffee/ASpell.coffee @@ -38,7 +38,7 @@ class ASpellRunner for k, v of addToCache cache.set(k, v) - logger.log hits: hits, total: words.length, hitrate: hits/words.length, "cache hit rate" + logger.log hits: hits, total: words.length, hitrate: (hits/words.length).toFixed(2), "cache hit rate" callback null, results getSuggestions: (language, output) ->