diff --git a/src/cdk/scrolling/scrolling.md b/src/cdk/scrolling/scrolling.md index 67adae01ec95..c2518fb93706 100644 --- a/src/cdk/scrolling/scrolling.md +++ b/src/cdk/scrolling/scrolling.md @@ -1,7 +1,7 @@ The `scrolling` package provides helpers for directives that react to scroll events. ### cdkScrollable and ScrollDispatcher -The `cdkScrollable` directive and the `ScrollDispatcher` service to together to allow components to +The `cdkScrollable` directive and the `ScrollDispatcher` service together allow components to react to scrolling in any of its ancestor scrolling containers. The `cdkScrollable` directive should be applied to any element that acts as a scrolling container.