summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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