fix typo, minor rewording

This commit is contained in:
Martin Raifer
2024-05-22 17:59:15 +02:00
committed by GitHub
parent 4381d3ac45
commit 14e30fa5bb
+3 -3
View File
@@ -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