Skip to content

Commit

Permalink
docs(cdk/scrolling): fix typo (#28549)
Browse files Browse the repository at this point in the history
Fix typo in cdk/scrolling documentaiton.

Fix #28544

(cherry picked from commit 22bd09a)
  • Loading branch information
zarend committed Feb 7, 2024
1 parent 7ef7514 commit 2201c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/scrolling/scrolling.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ element, apply `cdkVirtualScrollingElement` to the scrolling parent element.

<!-- example(cdk-virtual-scroll-parent-scrolling) -->

Another common scenario is using the window itself as the scrolling element. This often a better
Another common scenario is using the window itself as the scrolling element. This is often a better
user experience on mobile devices, as it allows the browser chrome to scroll away. To use the
window as the scrolling element, add the `scrollWindow` attribute to the
`cdk-virtual-scroll-viewport`.
Expand Down

0 comments on commit 2201c73

Please sign in to comment.