commit 5da2ca9ba926decf011b9bd8166bfa070ada0810
parent 067c7df0ec0114eb953d9df5be37c7cfd6e16395
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 7 Apr 2021 04:22:48 -0400
capitalize first word in sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anastasis.rst b/anastasis.rst
@@ -1258,7 +1258,7 @@ providers that accept payments in the selected currency:
The array of ``required_attributes`` contains attributes about the user
that must be provided includes:
- - **type**: the type of the attribute, for now only 'string' and 'date' are
+ - **type**: The type of the attribute, for now only 'string' and 'date' are
supported
- **name**: the name of the attribute, this is the key under which the
attribute value must be provided later. The name must be unique per response.