From 515dcb4b8dd6ced44257249d58a1586ddace4e0c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 3 Sep 2020 17:01:50 +0100 Subject: [PATCH] settings.mjs: typo in comment --- src/Bootstrap/settings.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bootstrap/settings.mjs b/src/Bootstrap/settings.mjs index 954f80a..5c5eb7f 100644 --- a/src/Bootstrap/settings.mjs +++ b/src/Bootstrap/settings.mjs @@ -6,7 +6,7 @@ import path from 'path'; const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/")); // Default settings object -// This is a (greatly) simplified stand-in for the much more advanced settings parsing system we have going on in our maina PhD-Code codebase. +// This is a (greatly) simplified stand-in for the much more advanced settings parsing system we have going on in our main PhD-Code codebase. export default { cli: { program_name: "terrain50",