Skip to content

Commit ca10df5

Browse files
chore(inlinealert): fix placement of hyphen in test cases
1 parent 90c117b commit ca10df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/inlinealert/stories/inlinealert.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const InlineAlertGroup = Variants({
88
...["neutral", "info", "positive", "notice", "negative"].map((variant) => ({
99
testHeading: capitalize(variant),
1010
variant,
11-
headerText: `${variant.charAt(0).toUpperCase() + variant.slice(1)} inline-alert header`
11+
headerText: `${variant.charAt(0).toUpperCase() + variant.slice(1)} in-line alert header`
1212
})),
1313
{
1414
testHeading: "Truncation",

0 commit comments

Comments
 (0)