doc typo spelling fix (#63817)

This commit is contained in:
Ming Lyu (CareF) 2020-08-17 15:21:08 -04:00 committed by GitHub
parent fe94267604
commit 04759e8559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,7 +415,7 @@ abstract class WidgetController {
/// return value should be exact zeros.
/// - For [LiveTestWidgetsFlutterBinding], the values are typically small
/// positives, meaning the event happens a little later than the set time,
/// but a very small portion may have a tiny negatvie value for about tens of
/// but a very small portion may have a tiny negative value for about tens of
/// microseconds. This is due to the nature of [Future.delayed].
///
/// The closer the return values are to zero the more faithful it is to the
@ -953,7 +953,7 @@ abstract class WidgetController {
/// the screen correctly.
///
/// This does not work when the `S` is long and `W` far away from the
/// dispalyed part does not have a cached element yet. See
/// displayed part does not have a cached element yet. See
/// https://github.com/flutter/flutter/issues/61458
///
/// Shorthand for `Scrollable.ensureVisible(element(finder))`
@ -1110,7 +1110,7 @@ class LiveWidgetController extends WidgetController {
}
// This method is almost identical to [GestureBinding._handlePointerEvent]
// to replicate the bahavior of the real binding.
// to replicate the behavior of the real binding.
void _handlePointerEvent(
PointerEvent event,
Map<int, HitTestResult> _hitTests