| Index: tests/html/window_nosuchmethod_test.dart
|
| diff --git a/tests/html/window_nosuchmethod_test.dart b/tests/html/window_nosuchmethod_test.dart
|
| index 181cdad24c642c890b40d537274fca354c5c464f..a5acb034c25e393dea84a8f1ab486287c2e525a5 100644
|
| --- a/tests/html/window_nosuchmethod_test.dart
|
| +++ b/tests/html/window_nosuchmethod_test.dart
|
| @@ -41,7 +41,7 @@ main() {
|
| expect(x, 'not bar');
|
| });
|
|
|
| - // Use dom.window direclty in case the compiler does type inference.
|
| + // Use dom.window directly in case the compiler does type inference.
|
| test('windowNonMethod2', () {
|
| final message = foo("Hello World");
|
| try {
|
|
|