commit 12960db34d0dc1cec6f847f0fb527bdcbf447f56
parent 682fccea803b9864a4ce2801e8ea90cc7c6024d3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 07:16:52 -0400
fix typo: s/is/it/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;