diff --git a/lib/ui/platform_dispatcher.dart b/lib/ui/platform_dispatcher.dart index 329a054828156..4dee8cde6aa7e 100644 --- a/lib/ui/platform_dispatcher.dart +++ b/lib/ui/platform_dispatcher.dart @@ -115,7 +115,7 @@ class PlatformDispatcher { /// The [PlatformDispatcher] singleton. /// - /// Consider avoiding static references to this singleton though + /// Consider avoiding static references to this singleton through /// [PlatformDispatcher.instance] and instead prefer using a binding for /// dependency resolution such as `WidgetsBinding.instance.platformDispatcher`. ///