Skip to content

Commit c36d962

Browse files
authored
Fix typo (#236)
1 parent ff7185c commit c36d962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/helpers/events/streams.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import '../../helpers.dart' show Device;
1717
/// provider omits APIs related to them.
1818
///
1919
/// * Streams returned here behave slighly differently. The timing of when
20-
/// callbacks execute is sometimes differet when using stream to future APIs
20+
/// callbacks execute is sometimes different when using stream to future APIs
2121
/// like `.first`. In particular, when using synchronous browser APIs like
2222
/// `dispatchEvent`, the Dart callbacks that would have executed
2323
/// synchronously in `dart:html`, may now execute asynchronously. This only

0 commit comments

Comments
 (0)