chore: fix typos and link broken (#150402)

**fix some typos and link broken**
This commit is contained in:
Snoppy
2024-07-04 01:10:19 +08:00
committed by GitHub
parent e383db7087
commit 65cd7cf7b2
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ class _ScrollEndNotificationExampleState extends State<ScrollEndNotificationExam
}
// After an interactive scroll "ends", auto-scroll so that last item in the
// viewport is completely visible. To accomodate mouse-wheel scrolls, other small
// viewport is completely visible. To accommodate mouse-wheel scrolls, other small
// adjustments, and scrolling to the top, scrolls that put the scroll offset at
// zero or change the scroll offset by less than itemExtent don't trigger
// an auto-scroll. This also prevents the auto-scroll from triggering itself,