summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:27:22 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:27:22 -0400
commit746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a (patch)
tree8e1cdd21d54845302ff2c2f24d310912a0493fb0 /core
parentaf19404f01ecb1ce7915b35aee791f418f4b9636 (diff)
downloaddocs-746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a.tar.gz
docs-746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a.tar.bz2
docs-746a2c9529d5a7e8f43e7629bc63b8c8a8703e5a.zip
change markup of ‘transfer_done’ from ' to ``
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 e9b5d73d..705df663 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;
}