diff --git a/src/cdk/drag-drop/drag-drop.md b/src/cdk/drag-drop/drag-drop.md index 6b3829a97332..0c955660e0e1 100644 --- a/src/cdk/drag-drop/drag-drop.md +++ b/src/cdk/drag-drop/drag-drop.md @@ -132,7 +132,7 @@ to be applied. By default, the preview of a `cdkDrag` will be inserted into the `` of the page in order to avoid issues with `z-index` and `overflow: hidden`. This may not be desireable in some cases, because the preview won't retain its inherited styles. You can control where the preview is inserted -using the `cdkDrawPreviewContainer` input. The possible values are: +using the `cdkDragPreviewContainer` input on `cdkDrag`. The possible values are: | Value | Description | Advantages | Disadvantages | |-------------------|-------------------------|------------------------|---------------------------|