diff options
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 7ca94ab1df..986c8ca3ae 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -672,7 +672,7 @@ For example, to encrypt for the subkey `DEADBEEF`, use `DEADBEEF!`. Commit signatures can be verified by running either `git verify-commit <commit hash>`, or `git log --show-signature`. -Tag signatures can be verified with `git verity-tag <tag name>`, or `git tag -v <tag name>`. +Tag signatures can be verified with `git verify-tag <tag name>`, or `git tag -v <tag name>`. //// Commented out for now until we decide what to do. |