Skip to content

Commit 1d90f8e

Browse files
committed
fix typo
1 parent 1df1baa commit 1d90f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/core/filters/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export type FilterGroupProps = {
2626
values?: Array<FilterValue>,
2727
onClearFacet?: Function,
2828
onSelectFacet?: Function,
29-
initialyExpanded?: boolean,
29+
initiallyExpanded?: boolean,
3030
};

0 commit comments

Comments
 (0)