Skip to content

Commit 99283fa

Browse files
authored
Merge pull request github#16191 from akshayhiremath/patch-2
minor grammatical correction
2 parents 6ad1423 + 04c6a78 commit 99283fa

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)