summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 00:48:54 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 00:48:54 -0500
commit03657e86ec430c41e7210ebff4a5354a9e089343 (patch)
tree6ebf551ffe23e3e78b1ee89c03b64e43864bdf13
parentcb909501b523699abf3460719b97b045f4158541 (diff)
downloaddocs-03657e86ec430c41e7210ebff4a5354a9e089343.tar.gz
docs-03657e86ec430c41e7210ebff4a5354a9e089343.tar.bz2
docs-03657e86ec430c41e7210ebff4a5354a9e089343.zip
change markup of ‘Managing truth’ to use backticks instead of apostrophes
-rw-r--r--anastasis.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/anastasis.rst b/anastasis.rst
index acf9770e..73f5d27b 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -2616,7 +2616,7 @@ SMS (sms)
^^^^^^^^^
Sends an SMS with a code to the users phone.
-The user must send this code back with his request (see ``$RESPONSE`` under 'Managing truth').
+The user must send this code back with his request (see ``$RESPONSE`` under `Managing truth`).
If the transmitted code is correct, the server responses with the requested encrypted key share.
FIXME: details!
@@ -2624,7 +2624,7 @@ FIXME: details!
Email verification (email)
^^^^^^^^^^^^^^^^^^^^^^^^^^
Sends an email with a code to the users mail address.
-The user must send this code back with his request (see ``$RESPONSE`` under 'Managing truth').
+The user must send this code back with his request (see ``$RESPONSE`` under `Managing truth`).
If the transmitted code is correct, the server responses with the requested encrypted key share.
FIXME: details!