summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-11-25 16:03:28 +0200
committerLars Wirzenius <liw@sequoia-pgp.org>2021-11-25 16:03:28 +0200
commit575d179c2314d475af4b0850dc76b6729dd86654 (patch)
tree92ff630dbf2dffeb25e755b0833a9c67099c5faa
parentf0c7c0de95f4d10be2bc666c6aaf38119bf2268f (diff)
downloadsq-user-guide-575d179c2314d475af4b0850dc76b6729dd86654.tar.gz
fix: italic markup
-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