From e8cd01e8e03248f91a6faff651a7e8fce6202866 Mon Sep 17 00:00:00 2001 From: Stan Date: Thu, 1 Jul 2021 13:24:10 +0200 Subject: [PATCH] Just a little typo (#1252) This isn't of any significance, but I figured why not. --- src/js/core/config.local.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/core/config.local.template.js b/src/js/core/config.local.template.js index fc71c01e..41677997 100644 --- a/src/js/core/config.local.template.js +++ b/src/js/core/config.local.template.js @@ -53,7 +53,7 @@ export default { // Replace all translations with emojis to see which texts are translateable // testTranslations: true, // ----------------------------------------------------------------------------------- - // Enables an inspector which shows information about the entity below the curosr + // Enables an inspector which shows information about the entity below the cursor // enableEntityInspector: true, // ----------------------------------------------------------------------------------- // Enables ads in the local build (normally they are deactivated there)