Skip to content

Commit 4af8ab7

Browse files
committed
Fixed typo
1 parent c458f96 commit 4af8ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/ExpandableSection/ExpandableSectionToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const ExpandableSectionToggle: React.FunctionComponent<ExpandableSectionT
6363
<span
6464
className={css(
6565
styles.expandableSectionToggleIcon,
66-
isExpanded && direction === 'up' && styles.modifiers.expandTop // TODO: next breaking change move this class to the outter styles.expandableSection wrapper
66+
isExpanded && direction === 'up' && styles.modifiers.expandTop // TODO: next breaking change move this class to the outer styles.expandableSection wrapper
6767
)}
6868
>
6969
<AngleRightIcon />

0 commit comments

Comments
 (0)