commit cd878125b9be1aefbfc7dd558e378532dfb6818b
parent 1eeb8943f3f24e83184c792f6280cbc2bc61fc36
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:57:31 -0400
capitalize first word in sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1229,7 +1229,7 @@ Adding products to the inventory
interface ProductAddDetail {
- // product ID to use.
+ // Product ID to use.
product_id: string;
// Human-readable product description.