From 0203a49bcfd20f2cd7bf6da4513a4dd358bd2b5e Mon Sep 17 00:00:00 2001 From: Ofer Zelig Date: Mon, 28 Nov 2016 08:50:41 +1100 Subject: [PATCH] Typo (#2880) docs(appmodule): "bootstrap's" typo --- public/docs/ts/latest/guide/appmodule.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/appmodule.jade b/public/docs/ts/latest/guide/appmodule.jade index 5e5eee9834..438c04e180 100644 --- a/public/docs/ts/latest/guide/appmodule.jade +++ b/public/docs/ts/latest/guide/appmodule.jade @@ -107,7 +107,7 @@ l-main-section +makeExample('setup/ts/app/main.ts','','app/main.ts')(format='.') :marked This code creates a browser platform for dynamic (JiT) compilation and - bootstrap's the `AppModule` described above. + bootstraps the `AppModule` described above. The _bootstrapping_ process sets up the execution environment, digs the _root_ `AppComponent` out of the module's `bootstrap` array,