Skip to content

Commit

Permalink
Merge pull request #1795 from bernharduw/patch-1
Browse files Browse the repository at this point in the history
Fix JSDoc comment for Paragraph default variant
  • Loading branch information
hasparus committed Jun 5, 2021
2 parents a7c856c + 52f77e0 commit b597b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/index.d.ts
Expand Up @@ -92,7 +92,7 @@ export interface ParagraphProps
* Primitive typographic component.
*
* Text style variants can be defined in the theme.text object.
* The Paragraph component uses theme.text.default as its default variant style.
* The Paragraph component uses theme.text.paragraph as its default variant style.
* @see https://theme-ui.com/components/paragraph
*/
export const Paragraph: ForwardRef<HTMLParagraphElement, ParagraphProps>
Expand Down

1 comment on commit b597b1d

@vercel
Copy link

@vercel vercel bot commented on b597b1d Jun 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.