diff --git a/engine/src/flutter/lib/ui/platform_dispatcher.dart b/engine/src/flutter/lib/ui/platform_dispatcher.dart index 4bfdd52288f..747405fb8ee 100644 --- a/engine/src/flutter/lib/ui/platform_dispatcher.dart +++ b/engine/src/flutter/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`. ///