Skip to content

Commit

Permalink
Fix typo (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordine authored May 12, 2024
1 parent ff7185c commit c36d962
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c36d962

Please sign in to comment.