Skip to content

Commit 377bdea

Browse files
authored
Fix doc example (#250)
1 parent ac1d03b commit 377bdea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/catalog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ class Catalog {
203203
* id: 'blk_pllvr_hd_001',
204204
* data: {
205205
* keywords: ['midnight black', 'black', 'hoodie', 'tops', 'outerwear'],
206-
* url: '/products/blk_pllvr_hd_001'
207-
* image_url: '/products/images/blk_pllvr_hd_001'
206+
* url: '/products/blk_pllvr_hd_001',
207+
* image_url: '/products/images/blk_pllvr_hd_001',
208208
* description: 'a modified short description about the black pullover hoodie',
209209
* }
210210
* },

0 commit comments

Comments
 (0)