Skip to content

Commit 0cb302a

Browse files
Splaktarwagnermaciel
authored andcommitted
docs(cdk/drag-drop): clarify usage; to drag a CdkDrag instance (#20044)
(cherry picked from commit dd02735)
1 parent 5ff1aa5 commit 0cb302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/drag-drop/directives/drag-handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {toggleNativeDragInteractions} from '../drag-styling';
2828
*/
2929
export const CDK_DRAG_HANDLE = new InjectionToken<CdkDragHandle>('CdkDragHandle');
3030

31-
/** Handle that can be used to drag and CdkDrag instance. */
31+
/** Handle that can be used to drag a CdkDrag instance. */
3232
@Directive({
3333
selector: '[cdkDragHandle]',
3434
host: {

0 commit comments

Comments
 (0)