Skip to content

Commit 551e4e3

Browse files
authored
Changing the NOTE placement
1 parent 95e4aa2 commit 551e4e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

practices/guides/commit-signing.md

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

56-
> [!NOTE]
57-
> Your PGP PUBLIC KEY is now in your clipboard!
56+
> [!NOTE]
57+
> Your PGP PUBLIC KEY is now in your clipboard!
5858

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

@@ -103,8 +103,8 @@
103103
gpg --armor --export <my_email_address> | clip
104104
```
105105

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

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

0 commit comments

Comments
 (0)