docs(router): remove extra brackets (#21294)

PR Close #21294
This commit is contained in:
courtneypattison 2018-01-03 13:45:17 -08:00 committed by Alex Eagle
parent 395109817b
commit a76ab1f42a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export function setupTestingRouter(
* TestBed.configureTestModule({
* imports: [
* RouterTestingModule.withRoutes(
* [{path: '', component: BlankCmp}, {path: 'simple', component: SimpleCmp}])]
* [{path: '', component: BlankCmp}, {path: 'simple', component: SimpleCmp}]
* )
* ]
* });