Skip to content

Commit fe12d50

Browse files
authored
NOTE changes
1 parent bffd81b commit fe12d50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

practices/guides/commit-signing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
gpg --armor --export <my_email_address> | pbcopy
5454
```
5555

56-
> Your PGP PUBLIC KEY is now in your clipboard!
56+
> Your PGP PUBLIC KEY is now in your clipboard!
5757

5858
1. [Add the public key to your GitHub account](https://github.com/settings/gpg/new) (`Settings` -> `SSH and GPG keys` -> `New GPG key`)
5959

@@ -102,8 +102,7 @@
102102
gpg --armor --export <my_email_address> | clip
103103
```
104104

105-
> [!NOTE]
106-
> Your PGP PUBLIC KEY is now in your clipboard!
105+
> Your PGP PUBLIC KEY is now in your clipboard!
107106

108107
1. [Add the public key to your GitHub account](https://github.com/settings/gpg/new) (`Settings` -> `SSH and GPG keys` -> `New GPG key`)
109108

0 commit comments

Comments
 (0)