summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-26 01:33:28 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-26 01:33:28 -0500
commit63fade0999454c1eee36b66f91e240d319f9b160 (patch)
tree717ad87f7495d3ff9b1789b6d23617ccce007696 /libeufin
parent71877b954cd17886c963695d217085c0ebfb7463 (diff)
downloaddocs-63fade0999454c1eee36b66f91e240d319f9b160.tar.gz
docs-63fade0999454c1eee36b66f91e240d319f9b160.tar.bz2
docs-63fade0999454c1eee36b66f91e240d319f9b160.zip
capitalize first word in list items (three instances)
This is for consistency w/ the first list item, which is properly capitalized.
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/concepts.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index 619d0156..0f52ed03 100644
--- 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.
-