taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7b49f061f570691dada16b6f11399eb8c610ee89
parent c307288901cbf5f0e671e35119c5261c67f8a139
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed,  7 Apr 2021 04:45:51 -0400

capitalize first word in sentence (four instances)

Diffstat:
Manastasis.rst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -1966,15 +1966,15 @@ to be recovered. The ``provider_url`` from where the recovery document was obtained and its ``version`` are also provided. Each challenge comes with four mandatory fields: - - **uuid**: a unique identifier of the challenge; this is what the + - **uuid**: A unique identifier of the challenge; this is what the UUIDs in the policies array refer to, but also this UUID may be included in messages sent to the user. They allow the user to distinguish different PIN/TANs should say the same phone number be used for SMS-authentication with different providers. - - **cost**: this is the amount the Anastasis provider will charge + - **cost**: This is the amount the Anastasis provider will charge to allow the user to pass the challenge. - - **type**: this is the type of the challenge, as a string. - - **instructions**: contains additional important hints for the user + - **type**: This is the type of the challenge, as a string. + - **instructions**: Contains additional important hints for the user to allow the user to satisfy the challenge. It typically includes an abbreviated form of the contact information or the security question. Details depend on ``type``.