Skip to content

Commit dc510fd

Browse files
Stephanie OrdazStephanie Ordaz
authored andcommitted
Change DropZone page title to sentence case
- Update name field from 'DropZone' to 'Drop zone'
1 parent 0f91470 commit dc510fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui-extensions/src/docs/shared/components

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

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

33
const data: SharedReferenceEntityTemplateSchema = {
4-
name: 'DropZone',
4+
name: 'Drop zone',
55
description:
66
'The drop zone component lets users upload files through drag-and-drop or by clicking to browse. Use for file uploads such as images, documents, or CSV imports.\n\nRestrict accepted file types with the `accept` property, and handle uploads and validation errors by listening for `change` and `droprejected` events.',
77
category: 'Polaris web components',

0 commit comments

Comments
 (0)