Skip to content

Commit ba25482

Browse files
committed
More content edits
1 parent a0a324e commit ba25482

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/ui-extensions/src/docs/shared/components/Abbreviation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import type {SharedReferenceEntityTemplateSchema} from '../docs-type';
22

33
const data: SharedReferenceEntityTemplateSchema = {
44
name: 'Abbreviation',
5-
description:
6-
'A text that represents an abbreviation or acronym. Abbreviation has an inline layout. Surfaces may apply styling to this component.',
5+
description: 'A text that represents an abbreviation or acronym.',
76
category: 'Polaris web components',
87
subCategory: 'Titles and text',
98
related: [

packages/ui-extensions/src/surfaces/checkout/components/Image/Image.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const data: ReferenceEntityTemplateSchema = {
99
type: '',
1010
definitions: [
1111
{
12-
title: 'ImageProps',
12+
title: 'Properties',
1313
description: '',
1414
type: 'ImageProps',
1515
},

0 commit comments

Comments
 (0)