Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
beaesguerra committed Aug 9, 2024
1 parent 2855707 commit f40e868
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion __docs__/wonder-blocks-typography/typography.argtypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
tag: {
control: {type: "text"},
description:
"The underyling HTML tag to render (e.g. `h1`, `h2`, etc.) Please use this to ensure that the header is hierarchically correct.",
"The underlying HTML tag to render (e.g. `h1`, `h2`, `label`, etc.). Please use this to ensure that the typography is hierarchically correct.",
table: {type: {summary: "string"}},
},
};
1 change: 0 additions & 1 deletion __docs__/wonder-blocks-typography/typography.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default {
},
},
},
// TODO(FEI-5000): Inline this
argTypes: TypographyArgTypes,
} as Meta<typeof ComponentInfo>;

Expand Down

0 comments on commit f40e868

Please sign in to comment.