| Index: tests/html/js_typed_interop_test.dart
|
| diff --git a/tests/html/js_typed_interop_test.dart b/tests/html/js_typed_interop_test.dart
|
| index 3bc4b86c99102c0340e6c48b927062acf159445f..e4a0a73441306ad755b037ea153e29df3898927b 100644
|
| --- a/tests/html/js_typed_interop_test.dart
|
| +++ b/tests/html/js_typed_interop_test.dart
|
| @@ -169,7 +169,7 @@ external String get JS$JS$hasJsInName;
|
| @JS()
|
| external int JS$JS$hasJsInNameMethod(int x);
|
|
|
| -// This is the prefered way to handle static or top level members that start
|
| +// This is the preferred way to handle static or top level members that start
|
| // with JS$. We verify that JS$JS$ works purely to prevent bugs.
|
| @JS(r'JS$hasJsInName')
|
| external String get JS$hasJsInName;
|
|
|