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

This commit is contained in:
Trotyl Yu
2016-09-28 01:10:12 +08:00
committed by Chuck Jazdzewski
parent b8a75818ee
commit a153504212

View File

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