From c9b66ea04dbf025a4b0d38c7a85bb2662f8ab2bd Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Mon, 18 Apr 2016 14:35:53 +0300 Subject: [PATCH] docs(upgrade): Small typo fix Small typo fix --- public/docs/ts/latest/guide/upgrade.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/upgrade.jade b/public/docs/ts/latest/guide/upgrade.jade index f6b9c9501f..74903240a7 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -974,7 +974,7 @@ code-example(format=""). +makeExample('upgrade-phonecat/ts/typescript-conversion/app/js/phone_list/phone_list.module.ts', null, 'app/js/phone_list/phone_list.module.ts') :marked - Finally, we can now pull everything together in `app.module.ts`. It here we'll + Finally, we can now pull everything together in `app.module.ts`. We'll import each of the three submodule files and register them as dependencies of the main application module: