Skip to content

Commit 2201c73

Browse files
committed
docs(cdk/scrolling): fix typo (#28549)
Fix typo in cdk/scrolling documentaiton. Fix #28544 (cherry picked from commit 22bd09a)
1 parent 7ef7514 commit 2201c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/scrolling/scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ element, apply `cdkVirtualScrollingElement` to the scrolling parent element.
140140

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

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

0 commit comments

Comments
 (0)