We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5968b46 commit 65d615bCopy full SHA for 65d615b
src/cdk/drag-drop/drag-drop.md
@@ -147,7 +147,7 @@ also be used when `cdkDrag` is placed inside a `cdkDropList`.
147
148
### Restricting movement along an axis
149
By default, `cdkDrag` allows free movement in all directions. To restrict dragging to a
150
-specific axis, you can set `cdkDragLockAxis` on `cdkDrag` or `lockAxis` on `cdkDropList`
+specific axis, you can set `cdkDragLockAxis` on `cdkDrag` or `cdkDropListLockAxis` on `cdkDropList`
151
to either `"x"` or `"y"`.
152
153
<!-- example(cdk-drag-drop-axis-lock) -->
0 commit comments