From c95e34f3289bfed6597646dc76535dc66b0cdfd5 Mon Sep 17 00:00:00 2001 From: Lars Rickert Date: Thu, 23 Jan 2025 09:51:05 +0100 Subject: [PATCH] fix typo --- packages/sit-onyx/src/components/OnyxHeadline/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sit-onyx/src/components/OnyxHeadline/types.ts b/packages/sit-onyx/src/components/OnyxHeadline/types.ts index 504716b20..c539fca2f 100644 --- a/packages/sit-onyx/src/components/OnyxHeadline/types.ts +++ b/packages/sit-onyx/src/components/OnyxHeadline/types.ts @@ -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; /**