From 14e30fa5bb1d49652f3cec75df7edf523371d455 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Wed, 22 May 2024 17:59:15 +0200 Subject: [PATCH] fix typo, minor rewording --- data/presets/@templates/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/presets/@templates/README.md b/data/presets/@templates/README.md index 414a7a6b..92db8e55 100644 --- a/data/presets/@templates/README.md +++ b/data/presets/@templates/README.md @@ -1,10 +1,10 @@ # About `@templates` -Presets in `@templats` are a convention for a specific type of presets that are only used from inside other presets. +Presets in `@templates` are a convention for a _virtual_ presets that are only used from inside other presets. -The only fields that really matter for these special presets are the `fields`. +The only property that really matter for these special presets are the `fields`. -All other properties can be copied from existing presets and ignored. They are default values that are meant to +All other properties can be copied from existing template presets and ignored. They are default values that are meant to match all cases where they might be referenced. ## How to use