summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 03:54:11 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 03:54:11 -0400
commita5d13b8e4f1a8ccd2c248b9a13b3fed909f8d2d6 (patch)
tree2f84122bcb7edb5545be119c4f6029eed49b0784
parent5a54c66cfd97be49614c250543af3c60a76657ca (diff)
downloaddocs-a5d13b8e4f1a8ccd2c248b9a13b3fed909f8d2d6.tar.gz
docs-a5d13b8e4f1a8ccd2c248b9a13b3fed909f8d2d6.tar.bz2
docs-a5d13b8e4f1a8ccd2c248b9a13b3fed909f8d2d6.zip
add period at end of sentence (two instances)
-rw-r--r--anastasis.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/anastasis.rst b/anastasis.rst
index b9b79b2a..a4b7c4d6 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -637,10 +637,10 @@ In the following, UUID is always defined and used according to `RFC 4122`_.
.. ts:def:: EscrowMethod
interface EscrowMethod {
- // URL of the escrow provider (including possibly this Anastasis server)
+ // URL of the escrow provider (including possibly this Anastasis server).
provider_url : string;
- // Type of the escrow method (e.g. security question, SMS etc.)
+ // Type of the escrow method (e.g. security question, SMS etc.).
escrow_type: string;
// UUID of the escrow method (see /truth/ API below).