Skip to content

Commit 43527d6

Browse files
authored
docs: fix typo in drag-drop docs (#23116)
There was a typo in the `cdkDragPreviewContainer` input name in the docs. Fixes #23114.
1 parent 298da1c commit 43527d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/drag-drop/drag-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ to be applied.
132132
By default, the preview of a `cdkDrag` will be inserted into the `<body>` of the page in order to
133133
avoid issues with `z-index` and `overflow: hidden`. This may not be desireable in some cases,
134134
because the preview won't retain its inherited styles. You can control where the preview is inserted
135-
using the `cdkDrawPreviewContainer` input. The possible values are:
135+
using the `cdkDragPreviewContainer` input on `cdkDrag`. The possible values are:
136136

137137
| Value | Description | Advantages | Disadvantages |
138138
|-------------------|-------------------------|------------------------|---------------------------|

0 commit comments

Comments
 (0)