style(docs): replace em dashes with hyphens for consistency

This commit is contained in:
2026-02-12 19:37:47 +01:00
parent 6f474c57fd
commit 86a504e5f3
7 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ Each patch object contains:
}
```
> **Note:** Multi-patch operations are atomicall patches are validated before any are applied. If any patch fails, no changes are made.
> **Note:** Multi-patch operations are atomic - all patches are validated before any are applied. If any patch fails, no changes are made.
---