From c7af58bfd0462381aa349f7c8aa06bbac2b9ed6a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 04:58:51 -0400 Subject: capitalize first word in sentence; add period at end of sentence --- core/api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index d221a1a2..d51bc86f 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1251,7 +1251,7 @@ Adding products to the inventory // An optional base64-encoded product image. image: ImageDataUrl; - // a list of taxes paid by the merchant for one unit of this product + // A list of taxes paid by the merchant for one unit of this product. taxes: Tax[]; // Number of units of the product in stock in sum in total, -- cgit v1.2.3