From 0fa0a59c8ba08557238e9a584ebccf6e41a502db Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 30 Dec 2022 11:52:47 +0000 Subject: [PATCH] Minor typos in init text --- data/core/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/init.lua b/data/core/init.lua index da016774..89ac7ec4 100644 --- a/data/core/init.lua +++ b/data/core/init.lua @@ -594,7 +594,7 @@ local config = require "core.config" -- "^/build.*/" match any top level directory whose name begins with "build" -- "^/subprojects/.+/" match any directory inside a top-level folder named "subprojects". --- You may activate some plugins on a pre-project base to override the user's settings. +-- You may activate some plugins on a per-project basis to override the user's settings. -- config.plugins.trimwitespace = true ]]) init_file:close()