From 7de447e4b5583e45210a9cfc6f674581c1ea51fc Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Sun, 30 Aug 2015 21:27:36 -0700 Subject: [PATCH] test(router): fix typo in spec name --- .../angular2/test/router/integration/router_integration_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/test/router/integration/router_integration_spec.ts b/modules/angular2/test/router/integration/router_integration_spec.ts index ff66ddb718..abb0947065 100644 --- a/modules/angular2/test/router/integration/router_integration_spec.ts +++ b/modules/angular2/test/router/integration/router_integration_spec.ts @@ -42,7 +42,7 @@ export function main() { // do not refactor out the `bootstrap` functionality. We still want to // keep this test around so we can ensure that bootstrapping a router works - describe('boostrap functionality', () => { + describe('bootstrap functionality', () => { it('should bootstrap a simple app', inject([AsyncTestCompleter], (async) => { var fakeDoc = DOM.createHtmlDocument(); var el = DOM.createElement('app-cmp', fakeDoc);