1
0
mirror of synced 2026-01-22 09:02:55 -05:00

Merge pull request #16191 from akshayhiremath/patch-2

minor grammatical correction
This commit is contained in:
Ramya Parimi
2022-03-14 08:09:27 -05:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ topics:
$ git tag -s <em>mytag</em>
# Creates a signed tag
```
2. Verify your signed tag it by running `git tag -v [tag-name]`.
2. Verify your signed tag by running `git tag -v [tag-name]`.
```shell
$ git tag -v <em>mytag</em>
# Verifies the signed tag