We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7185c commit c36d962Copy full SHA for c36d962
lib/src/helpers/events/streams.dart
@@ -17,7 +17,7 @@ import '../../helpers.dart' show Device;
17
/// provider omits APIs related to them.
18
///
19
/// * Streams returned here behave slighly differently. The timing of when
20
-/// callbacks execute is sometimes differet when using stream to future APIs
+/// callbacks execute is sometimes different when using stream to future APIs
21
/// like `.first`. In particular, when using synchronous browser APIs like
22
/// `dispatchEvent`, the Dart callbacks that would have executed
23
/// synchronously in `dart:html`, may now execute asynchronously. This only
0 commit comments