Commit 392d5b2c authored by Kent Boogaart's avatar Kent Boogaart Committed by Michael Goderbauer

Fix typo (#31771)

parent a17e2a4e
...@@ -65,7 +65,7 @@ class _DriverBinding extends BindingBase with ServicesBinding, SchedulerBinding, ...@@ -65,7 +65,7 @@ class _DriverBinding extends BindingBase with ServicesBinding, SchedulerBinding,
/// Optionally you can pass a [DataHandler] callback. It will be called if the /// Optionally you can pass a [DataHandler] callback. It will be called if the
/// test calls [FlutterDriver.requestData]. /// test calls [FlutterDriver.requestData].
/// ///
/// `slienceErrors` will prevent exceptions from being logged. This is useful /// `silenceErrors` will prevent exceptions from being logged. This is useful
/// for tests where exceptions are expected. Defaults to false. Any errors /// for tests where exceptions are expected. Defaults to false. Any errors
/// will still be returned in the `response` field of the result json along /// will still be returned in the `response` field of the result json along
/// with an `isError` boolean. /// with an `isError` boolean.
......
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