Skip to content

Commit da0cdb0

Browse files
committed
capitalize name property
1 parent f09b0c8 commit da0cdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/v3/_products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ woocommerce.post("products", data).parsed_response
443443
"brands": [
444444
{
445445
"id": 99,
446-
"name": "test",
446+
"name": "Test",
447447
"slug": "test"
448448
}
449449
],

0 commit comments

Comments
 (0)