Skip to content

Commit 7de447e

Browse files
committed
test(router): fix typo in spec name
1 parent 36eb9d3 commit 7de447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/test/router/integration/router_integration_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function main() {
4242

4343
// do not refactor out the `bootstrap` functionality. We still want to
4444
// keep this test around so we can ensure that bootstrapping a router works
45-
describe('boostrap functionality', () => {
45+
describe('bootstrap functionality', () => {
4646
it('should bootstrap a simple app', inject([AsyncTestCompleter], (async) => {
4747
var fakeDoc = DOM.createHtmlDocument();
4848
var el = DOM.createElement('app-cmp', fakeDoc);

0 commit comments

Comments
 (0)