From f7fc3830a00a76d07467214b6d593339ee6fe25f Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 6 Oct 2021 23:34:08 +0300 Subject: [PATCH] typo fix --- modules/markers-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/markers-generator.js b/modules/markers-generator.js index 6cf307fd..49b7256a 100644 --- a/modules/markers-generator.js +++ b/modules/markers-generator.js @@ -519,7 +519,7 @@ window.Markers = (function () { const id = addMarker({cell, icon, type, dy: 48}); const name = `${lake.name} Monster`; const length = gauss(10, 5, 5, 100); - const legend = `Rumors said a relic monster of ${length} ${heightUnit.value} long inhabits ${lake.name} Lake. Truth or lie, but folks are affraid to fish in the lake`; + const legend = `Rumors said a relic monster of ${length} ${heightUnit.value} long inhabits ${lake.name} Lake. Truth or lie, but folks are afraid to fish in the lake`; notes.push({id, name, legend}); quantity--; }