summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:26:14 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:26:14 -0400
commit71698f16b9a73fee0ecb1dc35590997cdbf7ccd4 (patch)
tree25ec8b38f204e5d57e762416d5a32134f5844e66
parent4f005a2f8ec287d3b5ed27be15c315e0f327b117 (diff)
downloaddocs-71698f16b9a73fee0ecb1dc35590997cdbf7ccd4.tar.gz
docs-71698f16b9a73fee0ecb1dc35590997cdbf7ccd4.tar.bz2
docs-71698f16b9a73fee0ecb1dc35590997cdbf7ccd4.zip
capitalize first word in sentence (eight instances)
-rw-r--r--anastasis.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/anastasis.rst b/anastasis.rst
index d23faf06..318f3c29 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1291,24 +1291,24 @@ base URL of the service. For each provider, the following
information is provided if the provider was successfully contacted:
- **http_status**: HTTP status code, always ``200`` on success.
- - **methods**: array of authentication methods supported by this
+ - **methods**: Array of authentication methods supported by this
provider. Includes the **type** of the authentication method
and the **usage_fee** (how much the user must pay for authorization
using this method during recovery).
- - **annual_fee**: fee the provider charges to store the recovery
+ - **annual_fee**: Fee the provider charges to store the recovery
policy for one year.
- - **truth_upload_fee**: fee the provider charges to store a key share.
+ - **truth_upload_fee**: Fee the provider charges to store a key share.
- **truth_lifetime**: Taler-style relative time that specifies how
long the provider will store truth data (key shares) after an upload.
- - **liability_limit**: amount the provider can be held liable for in
+ - **liability_limit**: Amount the provider can be held liable for in
case a key share or recovery document cannot be recovered due to
provider failures.
- - **currency**: currency in which the provider wants to be paid,
+ - **currency**: Currency in which the provider wants to be paid,
will match all of the fees.
- - **storage_limit_in_megabytes**: maximum size of an upload (for
+ - **storage_limit_in_megabytes**: Maximum size of an upload (for
both recovery document and truth data) in megabytes.
- - **provider_name**: human-readable name of the provider's business.
- - **salt**: salt value used by the provider, used to derive the
+ - **provider_name**: Human-readable name of the provider's business.
+ - **salt**: Salt value used by the provider, used to derive the
user's identity at this provider. Should be unique per provider,
and must never change for a given provider. The salt is
base32 encoded.