From f69ef4ac36b6de85fa02529046d208ea0c82ecd1 Mon Sep 17 00:00:00 2001 From: Jurgen Van de Moere Date: Sat, 31 Dec 2016 19:35:07 +0100 Subject: [PATCH] docs(ngmodule): fix typo (#3050) --- public/docs/ts/latest/guide/ngmodule.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index 74b3d83f74..9c750d0a95 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -381,7 +381,7 @@ a#import-name-conflict +makeExample('ngmodule/ts/app/app.module.1b.ts', 'import-alias')(format=".") :marked This solves the immediate problem of referencing both directive _types_ in the same file but - leaves another problem unresoved as we discuss [below](#resolve-conflicts). + leaves another problem unresolved as we discuss [below](#resolve-conflicts). :marked ### Provide the _ContactService_