Skip to content

Commit ba64766

Browse files
committed
fixed casing
1 parent 43f5695 commit ba64766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/CodeBlock/examples/CodeBlockExpandable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ url: https://raw.githubusercontent.com/Azure-Samples/helm-charts/master/docs`;
9797
direction="up"
9898
toggleId={toggleId}
9999
>
100-
{isExpanded ? 'Show Less expandable example content' : 'Show More expandable example content'}
100+
{isExpanded ? 'Show less expandable example content' : 'Show more expandable example content'}
101101
</ExpandableSectionToggle>
102102
</CodeBlock>
103103
);

0 commit comments

Comments
 (0)