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

Commit 70d7c5f

Browse files
authored
fix: platform_dispatcher documentation typo (#41739)
fixes [https://github.com/flutter/flutter/issues/126082](https://github.com/flutter/flutter/issues/126082) *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent a491992 commit 70d7c5f

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)