Skip to content

Commit 1921df3

Browse files
authored
Spelling error in CDK Drag and drop placeholder (#19023)
1 parent 3238fbb commit 1921df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/cdk/drag-drop/cdk-drag-drop-custom-placeholder/cdk-drag-drop-custom-placeholder-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Component} from '@angular/core';
22
import {CdkDragDrop, moveItemInArray} from '@angular/cdk/drag-drop';
33

44
/**
5-
* @title Drag&Drop custom placeholer
5+
* @title Drag&Drop custom placeholder
66
*/
77
@Component({
88
selector: 'cdk-drag-drop-custom-placeholder-example',

0 commit comments

Comments
 (0)