Skip to content

Commit 0c59f9a

Browse files
minor grammatical correction
1 parent bd35eac commit 0c59f9a

File tree

1 file changed

+1
-1
lines changed
  • content/authentication/managing-commit-signature-verification

1 file changed

+1
-1
lines changed

content/authentication/managing-commit-signature-verification/signing-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ topics:
2222
$ git tag -s <em>mytag</em>
2323
# Creates a signed tag
2424
```
25-
2. Verify your signed tag it by running `git tag -v [tag-name]`.
25+
2. Verify your signed tag by running `git tag -v [tag-name]`.
2626
```shell
2727
$ git tag -v <em>mytag</em>
2828
# Verifies the signed tag

0 commit comments

Comments
 (0)