| Index: tools/dom/src/EventStreamProvider.dart
|
| diff --git a/tools/dom/src/EventStreamProvider.dart b/tools/dom/src/EventStreamProvider.dart
|
| index bd5ead8c398f58daad0516ab79399de55b57c944..6abb887aac7ba65214be09af62f180975cbef1bf 100644
|
| --- a/tools/dom/src/EventStreamProvider.dart
|
| +++ b/tools/dom/src/EventStreamProvider.dart
|
| @@ -49,7 +49,7 @@ abstract class ElementStream<T extends Event> implements Stream<T> {
|
| * the target. This is the opposite of bubbling behavior, where the event
|
| * is first processed for the event target and then bubbles upward.
|
| *
|
| - * ## Other Resources
|
| + * ## Other resources
|
| *
|
| * * [Event Capture]
|
| * (http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture)
|
|
|