Skip to content

Commit fd61f43

Browse files
committed
Linting
1 parent c31784d commit fd61f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui-extensions/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs';
33
const data: ReferenceEntityTemplateSchema = {
44
name: 'HeadingGroup',
55
description:
6-
'The `HeadingGroup` component controls the heading level hierarchy for any [`Heading`](/docs/api/admin-extensions/{API_VERSION}/ui-components/typography-and-content/heading) components nested inside it. Use `HeadingGroup` to build a correct document outline without manually tracking heading levels—each layer of nesting automatically increments the level by one (h1 becomes h2, h2 becomes h3, and so on).\n\n`HeadingGroup` doesn\'t accept any props and doesn\'t render visible UI. It\'s a purely structural wrapper. For a visible content grouping that also increments heading levels, use [`Section`](/docs/api/admin-extensions/{API_VERSION}/ui-components/layout-and-structure/section) instead.',
6+
"The `HeadingGroup` component controls the heading level hierarchy for any [`Heading`](/docs/api/admin-extensions/{API_VERSION}/ui-components/typography-and-content/heading) components nested inside it. Use `HeadingGroup` to build a correct document outline without manually tracking heading levels—each layer of nesting automatically increments the level by one (h1 becomes h2, h2 becomes h3, and so on).\n\n`HeadingGroup` doesn't accept any props and doesn't render visible UI. It's a purely structural wrapper. For a visible content grouping that also increments heading levels, use [`Section`](/docs/api/admin-extensions/{API_VERSION}/ui-components/layout-and-structure/section) instead.",
77
requires: '',
88
thumbnail: 'headinggroup-thumbnail.png',
99
isVisualComponent: true,

0 commit comments

Comments
 (0)