docs(router_config): add missing quote (#11925)

This commit is contained in:
Trotyl Yu 2016-09-28 01:10:12 +08:00 committed by Rado Kirov
parent 33340dbbd1
commit 745e10e6d2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ import {Observable} from 'rxjs/Observable';
* {
* path: 'chat/:user',
* component: Chat
* outlet: aux
* outlet: 'aux'
* }]
* ```
*