summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:25:04 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:25:04 -0400
commit84d11718d977cabdb41cee0f1693709d4ccf7e32 (patch)
tree007564be0f01215d1b55e9851275b5ff7fa55a45 /core/api-merchant.rst
parent856e8049cbad904ebedbe249d3f3f9c075b56412 (diff)
downloaddocs-84d11718d977cabdb41cee0f1693709d4ccf7e32.tar.gz
docs-84d11718d977cabdb41cee0f1693709d4ccf7e32.tar.bz2
docs-84d11718d977cabdb41cee0f1693709d4ccf7e32.zip
capitalize first word in sentence
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 79173e51..2c817d7c 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2907,7 +2907,7 @@ It has the following structure:
.. ts:def:: Product
interface Product {
- // merchant-internal identifier for the product.
+ // Merchant-internal identifier for the product.
product_id?: string;
// Human-readable product description.