Skip to content

Commit

Permalink
ExpanderGroup documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aappoalander committed Dec 7, 2020
1 parent 7bb2b14 commit 905edeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Expander/ExpanderGroup/ExpanderGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type ExpanderGroupTargetOpenState = {
};

interface ExpanderGroupState {
/** Expanders that are open */
/** Expanders by id with current open state */
expanders: ExpanderOpenStates;
/** State change transition request */
expanderGroupOpenState: ExpanderGroupTargetOpenState;
Expand Down

0 comments on commit 905edeb

Please sign in to comment.