Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/helpers/events/streams.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import '../../helpers.dart' show Device;
/// provider omits APIs related to them.
///
/// * Streams returned here behave slighly differently. The timing of when
/// callbacks execute is sometimes differet when using stream to future APIs
/// callbacks execute is sometimes different when using stream to future APIs
/// like `.first`. In particular, when using synchronous browser APIs like
/// `dispatchEvent`, the Dart callbacks that would have executed
/// synchronously in `dart:html`, may now execute asynchronously. This only
Expand Down