Skip to content

Commit

Permalink
Update docs/componenten/heading/_usage.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robbert <git@robbertbroersma.nl>
  • Loading branch information
matijs and Robbert authored Dec 20, 2024
1 parent 5a4ecfc commit b63efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/componenten/heading/_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import { Heading } from "@nl-design-system-candidate/heading-react";
export const MyComponent = () => {
return (
<div>
<Heading level="2" appearance="level-4"></Heading>
<Heading level={2} appearance="level-4"></Heading>
</div>
);
};
Expand Down

0 comments on commit b63efef

Please # to comment.