summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:16:52 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:16:52 -0400
commit12960db34d0dc1cec6f847f0fb527bdcbf447f56 (patch)
tree35ff625413e03bcc7204ca1b24e75cb979c0dade /core/api-merchant.rst
parent682fccea803b9864a4ce2801e8ea90cc7c6024d3 (diff)
downloaddocs-12960db34d0dc1cec6f847f0fb527bdcbf447f56.tar.gz
docs-12960db34d0dc1cec6f847f0fb527bdcbf447f56.tar.bz2
docs-12960db34d0dc1cec6f847f0fb527bdcbf447f56.zip
fix typo: s/is/it/
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 2a6dfbcc..331ca7f2 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2792,7 +2792,7 @@ The contract terms must have the following structure:
// before transferring it to the merchant.
amount: Amount;
- // The URL for this purchase. Every time is is visited, the merchant
+ // The URL for this purchase. Every time it is visited, the merchant
// will send back to the customer the same proposal. Clearly, this URL
// can be bookmarked and shared by users.
fulfillment_url?: string;