Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jan 23, 2025
1 parent c470112 commit c95e34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sit-onyx/src/components/OnyxHeadline/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { SkeletonInjected } from "../../composables/useSkeletonState";

export type OnyxHeadlineProps = {
/**
* Semantical headline type. Should match the page hierarchy and should not skip hierarchies (e.g. h2 should be follow by h3 etc.).
* Semantical headline type. Should match the page hierarchy and should not skip hierarchies (e.g. h2 should be followed by h3 etc.).
*/
is: HeadlineType;
/**
Expand Down

0 comments on commit c95e34f

Please sign in to comment.