From cc30ac722bf6c7d83677f83b6359fca53d39c95c Mon Sep 17 00:00:00 2001 From: Samuel Ong Date: Fri, 5 May 2023 01:53:00 +0800 Subject: [PATCH] fix: platform_dispatcher documentation typo --- lib/ui/platform_dispatcher.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. ///