summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-25 14:04:19 +0000
committerLars Wirzenius <liw@liw.fi>2021-11-25 14:04:19 +0000
commiteeb0ee4757167d98916b816874c7fceaa64e26d2 (patch)
tree92ff630dbf2dffeb25e755b0833a9c67099c5faa
parentf0c7c0de95f4d10be2bc666c6aaf38119bf2268f (diff)
parent575d179c2314d475af4b0850dc76b6729dd86654 (diff)
downloadsq-user-guide-eeb0ee4757167d98916b816874c7fceaa64e26d2.tar.gz
Merge branch 'liw/fix-italic' into 'main'
fix: italic markup See merge request sequoia-pgp/sq-user-guide!14
-rw-r--r--sq-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq-guide.md b/sq-guide.md
index 7b897d7..e954b71 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -840,7 +840,7 @@ sq sign --detached --signer-key=key.pgp --output=foo.sig foo.md
Note the `--detached` option. The signature, but none of the original
data, is written to `foo.sig`. The detached signature is small,
and its size does not depend on the size of the signed data. That's
-because the detached signature only contains the _cryptographic hash__
+because the detached signature only contains the _cryptographic hash_
of the original data.
## Verifying a signature