File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/ui-extensions/src
surfaces/checkout/components/Image Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import type {SharedReferenceEntityTemplateSchema} from '../docs-type';
22
33const 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 : [
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments