From 3bb8174b9594609a0e939b973f591f16b4b327e9 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Mon, 9 Sep 2024 13:21:39 +0200
Subject: [PATCH] OZG-6237 Adjust storybook text

---
 .../libs/design-system/src/lib/heading/heading.stories.ts      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/alfa-client/libs/design-system/src/lib/heading/heading.stories.ts b/alfa-client/libs/design-system/src/lib/heading/heading.stories.ts
index e5deb76751..6eac165bb7 100644
--- a/alfa-client/libs/design-system/src/lib/heading/heading.stories.ts
+++ b/alfa-client/libs/design-system/src/lib/heading/heading.stories.ts
@@ -7,7 +7,8 @@ const meta: Meta = {
   parameters: {
     docs: {
       description: {
-        component: 'These are styles for headings (see code)',
+        component:
+          'The headings are native HTML h-elements, styled with additional classes (see code)',
       },
     },
   },
-- 
GitLab