diff --git a/docs/templating.md b/docs/templating.md index 7940f13..5bec520 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -49,13 +49,13 @@ The following variables are available in templates: ## Variables enrichment The below variables are added to the available variables within templates. If the variable -is already set by the user (through the config file for example), it will not be overwritten. +is already set by the user (through the config file for example) it will not be overwritten. -* `os`: will contain the OS name as provided by -* `release`: will contain the OS release version as provided by -* `distro_id`: will contain the distribution ID as provided by -* `distro_version`: will contain the distribution version as provided by -* `distro_like`: will contain a space-separated list of distro IDs that are closely related to the current OS distro as provided by +* `os` will contain the OS name as provided by +* `release` will contain the OS release version as provided by +* `distro_id` will contain the distribution ID as provided by +* `distro_version` will contain the distribution version as provided by +* `distro_like` will contain a space-separated list of distro IDs that are closely related to the current OS distro as provided by ## Dotfile variables