docs(router): Removed unneeded trailing text. (#24894)

PR Close #24894
This commit is contained in:
George Wilde 2018-07-16 08:45:03 +01:00 committed by Igor Minar
parent 3169edd77a
commit 323faf954b
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ import {UrlSegment, UrlSegmentGroup} from './url_tree';
* Then it will extract the set of routes defined in that NgModule, and will transparently add * Then it will extract the set of routes defined in that NgModule, and will transparently add
* those routes to the main configuration. * those routes to the main configuration.
* *
* use Routes
*/ */
export type Routes = Route[]; export type Routes = Route[];