diff --git a/_docs/060_alternates.md b/_docs/060_alternates.md
index 46ca52e..77ebf0a 100644
--- a/_docs/060_alternates.md
+++ b/_docs/060_alternates.md
@@ -27,7 +27,7 @@ be omitted. Most attributes can be abbreviated as a single letter.
| Attribute | Meaning |
| - | - |
-| `arch`, `architecture`, `a` | Valid if the value matches the architecture. Architecture is calculated by running uname ‑m
. |
+| `arch`, `a` | Valid if the value matches the architecture. Architecture is calculated by running uname ‑m
. |
| `class`, `c` | Valid if the value matches the local.class configuration. Class must be manually set using yadm config local.class <class>
. |
| `default` | Valid when no other alternate is valid. |
| `distro`, `d` | Valid if the value matches the distro. Distro is calculated by running lsb_release ‑si
or inspecting /etc/os-release
|