Skip to content

Commit c10502c

Browse files
Fix indentation in GPG key export section
1 parent 75c2274 commit c10502c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ shortTitle: Existing GPG keys
2929
$ gpg --armor --export 3AA5C34371567BD2
3030
# Prints the GPG public key, in ASCII armor format
3131
```
32-
Consider exporting your keys with the option `--export-options export-minimal`, which can prevent misreading keys that contain deprecated fields.
32+
Consider exporting your keys with the option `--export-options export-minimal`, which can prevent misreading keys that contain deprecated fields.
3333

3434
You can then [add your GPG key to your GitHub account](/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account).
3535

0 commit comments

Comments
 (0)