Skip to content

Commit

Permalink
Merge pull request #16191 from akshayhiremath/patch-2
Browse files Browse the repository at this point in the history
minor grammatical correction
  • Loading branch information
ramyaparimi authored Mar 14, 2022
2 parents 6ad1423 + 04c6a78 commit 99283fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99283fa

Please sign in to comment.