Merge pull request #1226 from asynts/patch-1

typo
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md
index 4a3da62..395088b 100644
--- a/COMPATIBILITY.md
+++ b/COMPATIBILITY.md
@@ -12,7 +12,7 @@
 | init                                  | ✔ | Plain init and `--bare` are supported. Flags `--template`, `--separate-git-dir` and `--shared` are not. |
 | clone                                 | ✔ | Plain clone and equivalents to `--progress`,  `--single-branch`, `--depth`, `--origin`, `--recurse-submodules` are supported. Others are not. |
 | **basic snapshotting** |
-| add                                   | ✔ | Plain add is supported. Any other flag aren't supported |
+| add                                   | ✔ | Plain add is supported. Any other flags aren't supported |
 | status                                | ✔ |
 | commit                                | ✔ |
 | reset                                 | ✔ |