From 83715f06d11acb43dce4fdee77db133837f2fe76 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 11 Sep 2015 14:51:43 -0700 Subject: [PATCH] chore(docs): typo --- modules/angular2/src/test_lib/test_lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/test_lib/test_lib.ts b/modules/angular2/src/test_lib/test_lib.ts index 2d60b23a14..8b0e328a2b 100644 --- a/modules/angular2/src/test_lib/test_lib.ts +++ b/modules/angular2/src/test_lib/test_lib.ts @@ -367,7 +367,7 @@ export class SpyObject { } } } - // Noop so that SpyObject has the smae interface as in Dart + // Noop so that SpyObject has the same interface as in Dart noSuchMethod(args) {} spy(name) {