Skip to content

Commit 79ebd66

Browse files
samoussbobylito
authored andcommitted
fix(connectBreadcrumb): update typo in property type items (#2782)
1 parent 419c2ab commit 79ebd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectors/breadcrumb/connectBreadcrumb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Full documentation available at https://community.algolia.com/instantsearch.js/v
2222
`;
2323

2424
/**
25-
* @typedef {Object} CustomBreadcrumbItem
25+
* @typedef {Object} BreadcrumbItem
2626
* @property {string} name Name of the category or subcategory.
2727
* @property {string} value Value of breadcrumb item.
2828
*/

0 commit comments

Comments
 (0)