From 57103f35aefa90ff14a60962f14a1e5ae8259cd0 Mon Sep 17 00:00:00 2001 From: kibe <47016873+kibebr@users.noreply.github.com> Date: Sat, 3 Oct 2020 15:11:31 +0000 Subject: [PATCH] Grammar (inherit -> inherited) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 496a16e..e3c6752 100644 --- a/Configuration.md +++ b/Configuration.md @@ -56,7 +56,7 @@ key = ${file:/absolute/file/path:fallback value} `key = text ${section.key} text` will not work (the reference will not be resolved). ## Inheritance -Values can be inherit from another section by defining the parameter `inherit = section/base`. +Values can be inherited from another section by defining the parameter `inherit = section/base`. All undefined keys will be cloned. ~~~ dosini [section/base]