From 323faf954b964890c1a4e372aa29cc7256160990 Mon Sep 17 00:00:00 2001 From: George Wilde Date: Mon, 16 Jul 2018 08:45:03 +0100 Subject: [PATCH] docs(router): Removed unneeded trailing text. (#24894) PR Close #24894 --- packages/router/src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/router/src/config.ts b/packages/router/src/config.ts index 26512fbb28..047c73bf9c 100644 --- a/packages/router/src/config.ts +++ b/packages/router/src/config.ts @@ -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 * those routes to the main configuration. * - * use Routes */ export type Routes = Route[];