summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:27:32 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:27:32 -0400
commitdd7e2f95cda8877d8ef640a51007e772de17ca6a (patch)
treea21a88efcfbbc1d0fc4132c33959dc1364c55c27 /core
parent746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a (diff)
downloaddocs-dd7e2f95cda8877d8ef640a51007e772de17ca6a.tar.gz
docs-dd7e2f95cda8877d8ef640a51007e772de17ca6a.tar.bz2
docs-dd7e2f95cda8877d8ef640a51007e772de17ca6a.zip
mark up ‘false’
Diffstat (limited to 'core')
-rw-r--r--core/api-bank-integration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
index 705df663..2864fbfd 100644
--- a/core/api-bank-integration.rst
+++ b/core/api-bank-integration.rst
@@ -154,6 +154,6 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope
// URL that the user needs to navigate to in order to
// complete some final confirmation (e.g. 2FA).
//
- // Only applicable when ``transfer_done`` is false.
+ // Only applicable when ``transfer_done`` is ``false``.
confirm_transfer_url?: string;
}