diff --git a/reference/ams-configuration.md b/reference/ams-configuration.md
index 4aef6da4..3c486a73 100644
--- a/reference/ams-configuration.md
+++ b/reference/ams-configuration.md
@@ -43,7 +43,7 @@ The Anbox Management Service (AMS) provides various configuration items to custo
| `registry.mode`
*(string, `pull`)* | Mode in which the {ref}`exp-aar` client in AMS operates: `manual`, `pull`, `push` |
| `registry.update_interval`
*(string, `1h`)* | Frequency of {ref}`exp-aar` updates (for example: 1h, 30m). |
| `registry.url`
*(string, N/A)* | URL of the {ref}`exp-aar` to use. |
-| `scheduler.strategy`
*(string, `spread`)* | Strategy that the internal instance scheduler in AMS uses to distribute instances across available LXD nodes: `binpack`, `spread` |
+| `scheduler.strategy`
*(string, `spread`)* | Strategy that the internal instance scheduler in AMS uses to distribute instances across available LXD nodes: `binpack`, `spread`
Choose a scheduling strategy that best suits your needs:
- `spread` provides a distributed workload, picking the node with the most free resources.
- `binpack` is useful when you are working with a small cluster as it picks the node that is most used until it is out of capacity before moving on to the next node. |
(sec-node-configuration)=
## Node-specific configuration