We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f5695 commit ba64766Copy full SHA for ba64766
packages/react-core/src/components/CodeBlock/examples/CodeBlockExpandable.tsx
@@ -97,7 +97,7 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
97
direction="up"
98
toggleId={toggleId}
99
>
100
- {isExpanded ? 'Show Less expandable example content' : 'Show More expandable example content'}
+ {isExpanded ? 'Show less expandable example content' : 'Show more expandable example content'}
101
</ExpandableSectionToggle>
102
</CodeBlock>
103
);
0 commit comments