Skip to content

Commit f4a7871

Browse files
fix(logicbutton): capitalize variant name "And"
1 parent 99a0a5b commit f4a7871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/logicbutton/stories/logicbutton.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Default.args = {};
5252
Default.tags = ["!autodocs"];
5353

5454
/**
55-
* The default logic button is the and variant.
55+
* The default logic button is the And variant.
5656
*/
5757
export const And = Default.bind({});
5858
And.args = {

0 commit comments

Comments
 (0)