diff --git a/_docs/070_templates.md b/_docs/070_templates.md
index 338aa36..443994b 100644
--- a/_docs/070_templates.md
+++ b/_docs/070_templates.md
@@ -41,7 +41,7 @@ When template processors run, they will be provided the following set of data.
| - | - | - | - |
| `yadm.class` | `YADM_CLASS` | Locally defined yadm class | yadm config local.class
|
| `yadm.distro` | `YADM_DISTRO` | Distribution | lsb_release ‑si
or /etc/os-release
|
-| `yadm.hostname` | `YADM_HOSTNAME` | Hostname | `hostname` (without domain) |
+| `yadm.hostname` | `YADM_HOSTNAME` | Hostname | uname ‑n
(without domain) |
| `yadm.os` | `YADM_OS` | Operating system | uname ‑s
* |
| `yadm.user` | `YADM_USER` | Current user | id ‑u ‑n
|
| `yadm.source` | `YADM_SOURCE` | Template filename | (fully qualified path) |
@@ -64,7 +64,7 @@ detailed in the section below.
esh
: [esh][esh] is a template processor written in POSIX compliant shell. It allows
executing shell commands within templates. This can be used to reference
-your own configurations within templates, for example:
+your own configurations within templates.
j2cli
: [j2cli][j2cli] (or `j2`) is a Python-based Jinja2 template processor. This