Skip to content

Commit

Permalink
Update packages/document/docs/en/fragments/builtin-components.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Oct 22, 2024
1 parent 58f1748 commit 4896c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/document/docs/en/fragments/builtin-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The Card component is used to display a card. For example:
import { Card } from '@theme';

function App() {
return <Card title="Card Title" text="Card Content" />;
return <Card title="Card Title" content="Card Content" />;
}
```

Expand Down

0 comments on commit 4896c51

Please sign in to comment.