Skip to content

Commit 07cde55

Browse files
✏️ update typo in readme
1 parent 234f1bf commit 07cde55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Categories.List<Category<MyCategoryXp>>('mock-catalog-id')
392392
})
393393
```
394394

395-
A common alternative to the above example is to first define a custom class that extends `Category<MyCategoryXp>`
395+
A common alternative to the above example is to first define a custom interface that extends `Category<MyCategoryXp>`
396396

397397
```typescript
398398
interface MyCategoryXp {

0 commit comments

Comments
 (0)