summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
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.
-