| Index: runtime/observatory/lib/src/elements/helpers/tag.dart
|
| diff --git a/runtime/observatory/lib/src/elements/helpers/tag.dart b/runtime/observatory/lib/src/elements/helpers/tag.dart
|
| index d5b1e55f4815eaff0c46bd611d88eb2ef9f7f4d1..0d488c12bbc96941c45c7b0901a54ca18b108cb8 100644
|
| --- a/runtime/observatory/lib/src/elements/helpers/tag.dart
|
| +++ b/runtime/observatory/lib/src/elements/helpers/tag.dart
|
| @@ -9,7 +9,7 @@ class Tag<T extends HtmlElement> {
|
| /// Tag name.
|
| final String name;
|
|
|
| - /// Dependend tags that need to be registred for this tag to work properly.
|
| + /// Dependent tags that need to be registred for this tag to work properly.
|
| final Iterable<Tag> dependencies;
|
|
|
| const Tag(this.name, {this.dependencies: const []});
|
|
|