From 4d3f484803b4c3c3cbff2b335f1e4e6c35eb2c1b Mon Sep 17 00:00:00 2001 From: Stan Date: Thu, 1 Jul 2021 00:01:12 +0200 Subject: [PATCH] Just a little typo 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)