Unverified Commit 04759e85 authored by Ming Lyu (CareF)'s avatar Ming Lyu (CareF) Committed by GitHub

doc typo spelling fix (#63817)

parent fe942676
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment