Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cc30ac7

Browse files
committed
fix: platform_dispatcher documentation typo
1 parent e7cd291 commit cc30ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/platform_dispatcher.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class PlatformDispatcher {
115115

116116
/// The [PlatformDispatcher] singleton.
117117
///
118-
/// Consider avoiding static references to this singleton though
118+
/// Consider avoiding static references to this singleton through
119119
/// [PlatformDispatcher.instance] and instead prefer using a binding for
120120
/// dependency resolution such as `WidgetsBinding.instance.platformDispatcher`.
121121
///

0 commit comments

Comments
 (0)