commit 63fade0999454c1eee36b66f91e240d319f9b160
parent 71877b954cd17886c963695d217085c0ebfb7463
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 26 Nov 2020 01:33:28 -0500
capitalize first word in list items (three instances)
This is for consistency w/ the first list item, which is properly capitalized.
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
@@ -75,9 +75,9 @@ Bank connections connect the local LibEuFin bank account to the real bank.
The bank connection includes the following data:
* Local alias ("nickname") of the bank connection
-* the type of connection, i.e. the protocol used (EBICS, FinTS, loopback, sandbox)
-* protocol configuration (hostname, port, protocol sub-version/flags)
-* credentials to use the connection (e.g. password, EBICS subscriber keys)
+* The type of connection, i.e. the protocol used (EBICS, FinTS, loopback, sandbox)
+* Protocol configuration (hostname, port, protocol sub-version/flags)
+* Credentials to use the connection (e.g. password, EBICS subscriber keys)
Bank connections provide the following actions:
@@ -157,4 +157,3 @@ and bank accounts it can access. Permissions on these associated objects
are checked when the facade is *created*. When invoking operations on the facade,
the nexus only checks if the current nexus user can access the facade and *not* the
underlying objects abstracted by the facade.
-