From 84d11718d977cabdb41cee0f1693709d4ccf7e32 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 07:25:04 -0400 Subject: capitalize first word in sentence --- core/api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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. -- cgit v1.2.3